diff --git a/composer.json b/composer.json index 2b59484f..ae7555e9 100644 --- a/composer.json +++ b/composer.json @@ -12,5 +12,8 @@ "app/tests/TestCase.php" ] }, + "scripts": { + "post-update-cmd": "php artisan optimize" + }, "minimum-stability": "dev" }