fix: cahnge composer script structure

pull/92/head
farid 4 years ago
parent 25fa20bf5a
commit 499c1d9026

@ -77,9 +77,7 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ],
"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" "@php artisan morphmap:cache"
] ]
}, },

@ -77,9 +77,7 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ],
"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" "@php artisan morphmap:cache"
] ]
}, },

Loading…
Cancel
Save