You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: if you select to install Horizon, the preset will also prompt you to use the horizon command instead of `queue:work`. Again this is optional but recommended when using Horizon.
65
69
@@ -81,6 +85,7 @@ The preset will also install a `Makefile` with a lot of helpful commands. Here i
81
85
-`make ssh` will "ssh" you into the app container with a bash shell
82
86
-`make ssh-queue` the same as the `ssh` command but will give you a bash shell in the queue container
83
87
-`make tag` will tag your docker image
88
+
-`make tinker` runs `php artisan tinker` inside the app container
84
89
-`make testdox` runs phpunit with the `--testdox` flag for prettier output
85
90
-`make up` is used to start all of your services
86
91
-`make xdebug` will install the xdebug PHP Extension inside of your app container
0 commit comments