Skip to content

Commit

Permalink
Do not activate .env.example on project creation (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin authored Mar 9, 2024
1 parent e7411fa commit 042d351
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
"dms/phpunit-arraysubset-asserts": "^0.1.0|^0.2.1"
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate"
],
Expand Down

0 comments on commit 042d351

Please sign in to comment.