File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ The preset will also install a `Makefile` with a lot of helpful commands. Here i
74
74
- ` make build ` will build an image
75
75
- ` make composer ` will install composer dependencies inside of a throw away docker container and copy to your local machine
76
76
- ` make down ` will stop, or shutdown, the projects services
77
+ - ` make horizon ` will run ` php artisan horizon:install `
77
78
- ` make logs ` will show all of your serivces logs with the ` --follow ` flag
78
79
- ` make migrate ` will run ` php artisan migrate ` inside of the docker container
79
80
- ` 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
86
87
- ` make ssh-queue ` the same as the ` ssh ` command but will give you a bash shell in the queue container
87
88
- ` make tag ` will tag your docker image
88
89
- ` make tinker ` runs ` php artisan tinker ` inside the app container
90
+ - ` make telescope ` will run ` php artisan telescope:install `
89
91
- ` make testdox ` runs phpunit with the ` --testdox ` flag for prettier output
90
92
- ` make up ` is used to start all of your services
91
93
- ` make xdebug ` will install the xdebug PHP Extension inside of your app container
You can’t perform that action at this time.
0 commit comments