diff --git a/composer.json b/composer.json index b2af0e8..26819ec 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,8 @@ "scripts": { "serve": "php -S localhost:8080", "post-create-project-cmd": [ - "npm install && npm run dev" + "npm install && npm run dev", + "cp .env.example .env" ] } }