diff --git a/composer.json b/composer.json index b70b315c..cbf53cd9 100755 --- a/composer.json +++ b/composer.json @@ -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.dev.example', '.env');\"" ], "post-create-project-cmd": [ "php artisan key:generate"