Merge pull request #3398 from crynobone/feature/root-install
[5.1] Move copying .env.example to post-root-package-install
This commit is contained in:
commit
9293247585
|
@ -35,8 +35,10 @@
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
],
|
],
|
||||||
|
"post-root-package-install": [
|
||||||
|
"php -r \"copy('.env.example', '.env');\""
|
||||||
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"php -r \"copy('.env.example', '.env');\"",
|
|
||||||
"php artisan key:generate"
|
"php artisan key:generate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue