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
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
# Very short description of the package
1
+
# Laravel setup local dev is your little Elf
2
2
3
3
4
4
This is a very simple, but handy package for setting up local Laravel development environment.
5
5
This package contains commands to do all the trivial steps you normally do when setting up your local Laravel development environment.
6
6
7
+
# setenv
7
8
Create a .default_vars.env in the your home directory with the common .env variables that you always set e.g. MAIL_HOST=127.0.0.1 for Homestead based development environments.
8
9
9
10
It is also possible to specify a specific file to be used by using the --file options.
@@ -14,6 +15,18 @@ VAR_NAME=[ASK_FOR_VALUE]
14
15
15
16
Then you wil be prompted to enter a value
16
17
18
+
# commontasks
19
+
Create a .default_laravel_local_dev.tasks in your home directory with the common tasks that you normally perfrom on each local environment.
0 commit comments