Merge branch 'master' into develop
This commit is contained in:
commit
0203d5d866
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"post-root-package-install": [
|
||||
"php -r \"copy('.env.example', '.env');\""
|
||||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
|
|
Loading…
Reference in New Issue