Commit adfa89b9 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2560 from crynobone/feature/post-install-cmd

Add php artisan clear-compiled to post-install-cmd
parents 85f096b5 b268cdc7
......@@ -18,6 +18,7 @@
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"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