We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15c3e5c + bcafa73 commit 5335c97Copy full SHA for 5335c97
composer.json
@@ -47,6 +47,14 @@
47
"post-create-project-cmd": [
48
"php artisan key:generate"
49
],
50
+ "pre-update-cmd": [
51
+ "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
52
+ "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
53
+ ],
54
+ "pre-install-cmd": [
55
56
57
58
"post-install-cmd": [
59
"Illuminate\\Foundation\\ComposerScripts::postInstall",
60
"php artisan optimize",
0 commit comments