Commit f583a9d2 authored by Taylor Otwell's avatar Taylor Otwell

Added post create-project command to generate key.

parent b7c147c7
...@@ -16,14 +16,17 @@ ...@@ -16,14 +16,17 @@
] ]
}, },
"scripts": { "scripts": {
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-install-cmd": [ "post-install-cmd": [
"php artisan optimize" "php artisan optimize"
], ],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [ "post-update-cmd": [
"php artisan optimize" "php artisan optimize"
],
"post-create-project-cmd": [
"php artisan key:generate"
] ]
}, },
"config": { "config": {
......
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