Commit 3f3077a8 authored by Nicolas Widart's avatar Nicolas Widart

Clearing cache at post-create-project

parent fd1bf83b
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
"php artisan optimize" "php artisan optimize"
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"php artisan key:generate" "php artisan key:generate",
"php artisan cache:clear"
] ]
}, },
"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