Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
1ba2816d37
|
@ -35,8 +35,10 @@
|
|||
"php artisan clear-compiled",
|
||||
"php artisan optimize"
|
||||
],
|
||||
"post-root-package-install": [
|
||||
"php -r \"copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"php -r \"copy('.env.example', '.env');\"",
|
||||
"php artisan key:generate"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue