Merge pull request 'fix: add morphmap cache command in composer-prod.json file' (#91) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#91
pull/134/head
f.saravi 4 years ago
commit 802d8a2a93

@ -78,6 +78,9 @@
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate --ansi" "@php artisan key:generate --ansi"
],
"post-create-morph-map-cache": [
"@php artisan morphmap:cache"
] ]
}, },

Loading…
Cancel
Save