Commit b268cdc7 authored by crynobone's avatar crynobone

Add php artisan clear-compiled to post-install-cmd, as proposed in

laravel/framework#3152
Signed-off-by: 's avatarcrynobone <crynobone@gmail.com>
parent 85f096b5
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize" "php artisan optimize"
], ],
"post-update-cmd": [ "post-update-cmd": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment