add copy .env file after install
This commit is contained in:
@@ -34,5 +34,10 @@
|
||||
"pestphp/pest-plugin": true,
|
||||
"infection/extension-installer": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-root-package-install": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.default', '.env');\""
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user