#43 - add composer script
This commit is contained in:
parent
a37be18da6
commit
37c08f3823
@ -46,6 +46,11 @@
|
||||
"ecs": "./vendor/bin/ecs check --clear-cache",
|
||||
"ecsf": "./vendor/bin/ecs check --clear-cache --fix",
|
||||
"test": "@php artisan test",
|
||||
"fresh": "@php artisan migrate:fresh",
|
||||
"fresh:demo": [
|
||||
"composer fresh",
|
||||
"@php artisan db:seed --class=DemoSeeder"
|
||||
],
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php artisan package:discover --ansi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user