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