Commit e1283053 by Taylor Otwell

Tweak composer commands. Closes #1954.

parent 07a5edb9
......@@ -13,9 +13,15 @@
]
},
"scripts": {
"pre-install-cmd": [
"php artisan clear-compiled"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-install-cmd": [
"php artisan optimize"
],
"post-update-cmd": [
"php artisan optimize"
]
......
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