#62 - vacation request list for approvers #69

Merged
Baakoma merged 29 commits from #62-vacation-request-list-for-approvers into main 2022-03-08 09:25:24 +01:00
Showing only changes of commit 37c08f3823 - Show all commits

View File

@@ -46,6 +46,11 @@
"ecs": "./vendor/bin/ecs check --clear-cache", "ecs": "./vendor/bin/ecs check --clear-cache",
"ecsf": "./vendor/bin/ecs check --clear-cache --fix", "ecsf": "./vendor/bin/ecs check --clear-cache --fix",
"test": "@php artisan test", "test": "@php artisan test",
"fresh": "@php artisan migrate:fresh",
"fresh:demo": [
"composer fresh",
"@php artisan db:seed --class=DemoSeeder"
],
"post-autoload-dump": [ "post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi" "@php artisan package:discover --ansi"