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
This is a very simple, but handy package for setting up local Laravel development environment.
9
-
This package contins commands to do all the trivial steps you normally do when setting up your local Laravel development environment.
9
+
This package contains commands to do all the trivial steps you normally do when setting up your local Laravel development environment.
10
10
11
+
One can create a .default_vars.env in the users home directory with the common .env variables that one alwasy set e.g. MAIL_HOST=127.0.0.1 for Homestead based development environments.
11
12
13
+
It is also possible to specify a specific fiel to beuse by using the --file options.
0 commit comments