diff --git a/composer.json b/composer.json index 18d39933..0162a474 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,17 @@ ] }, "scripts": { - "pre-update-cmd": [ - "php artisan clear-compiled" - ], "post-install-cmd": [ "php artisan optimize" ], + "pre-update-cmd": [ + "php artisan clear-compiled" + ], "post-update-cmd": [ "php artisan optimize" + ], + "post-create-project-cmd": [ + "php artisan key:generate" ] }, "config": {