Commit f97a18a9 authored by Nicolas Widart's avatar Nicolas Widart

Adding platform:install as post install command

parent 34be56d1
......@@ -62,7 +62,8 @@
"php artisan optimize"
],
"post-create-project-cmd": [
"php artisan key:generate"
"php artisan key:generate",
"php artisan platform:install"
]
},
"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