Skip to content

Commit 2e5daa2

Browse files
adds new make commands
1 parent 7677c92 commit 2e5daa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The preset will also install a `Makefile` with a lot of helpful commands. Here i
7474
- `make build` will build an image
7575
- `make composer` will install composer dependencies inside of a throw away docker container and copy to your local machine
7676
- `make down` will stop, or shutdown, the projects services
77+
- `make horizon` will run `php artisan horizon:install`
7778
- `make logs` will show all of your serivces logs with the `--follow` flag
7879
- `make migrate` will run `php artisan migrate` inside of the docker container
7980
- `make migrate:fresh` will run `pap artisan migrate` inside of the docker container
@@ -86,6 +87,7 @@ The preset will also install a `Makefile` with a lot of helpful commands. Here i
8687
- `make ssh-queue` the same as the `ssh` command but will give you a bash shell in the queue container
8788
- `make tag` will tag your docker image
8889
- `make tinker` runs `php artisan tinker` inside the app container
90+
- `make telescope` will run `php artisan telescope:install`
8991
- `make testdox` runs phpunit with the `--testdox` flag for prettier output
9092
- `make up` is used to start all of your services
9193
- `make xdebug` will install the xdebug PHP Extension inside of your app container

0 commit comments

Comments
 (0)