Wrong file name on .env
This commit is contained in:
parent
adbe3d1967
commit
a9ea54a7c0
@ -64,7 +64,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"post-root-package-install": [
|
||||
"php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\""
|
||||
"php -r \"file_exists('.env') || copy('.env.dev.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"php artisan key:generate"
|
||||
|
Loading…
Reference in New Issue
Block a user