1 Commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
Gregory Letellier
7cee4e1d94 add copy .env file after install 2023-11-14 15:31:54 +01:00

View File

@@ -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');\""
]
}
}