Commit 36e7b132 authored by Taylor Otwell's avatar Taylor Otwell

Setup composer post update script to run php artisan optimize.

parent 13d7adb3
...@@ -12,5 +12,8 @@ ...@@ -12,5 +12,8 @@
"app/tests/TestCase.php" "app/tests/TestCase.php"
] ]
}, },
"scripts": {
"post-update-cmd": "php artisan optimize"
},
"minimum-stability": "dev" "minimum-stability": "dev"
} }
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