diff --git a/composer.json b/composer.json index 324417e..b2af0e8 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,9 @@ "vendor-dir": "app/vendor" }, "scripts": { - "serve": "php -S localhost:8080" + "serve": "php -S localhost:8080", + "post-create-project-cmd": [ + "npm install && npm run dev" + ] } }