Commit 81aa3c43 authored by Mike Houben's avatar Mike Houben

Removed Key Generation

This line is not needed, because it has no effect.

php artisan asgard:install will generate the correct key
parent 593d1d21
......@@ -67,7 +67,6 @@
"php artisan optimize"
],
"post-create-project-cmd": [
"php artisan key:generate",
"php artisan cache:clear"
]
},
......
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