#43 - vacation summary for employee (#66)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* #5 - bump dependencies

* #43 - wip

* #43 - add composer script

* #43 - fix

* #43 - fix

* #43 - wip

* #43 - ecs fix

* #43 - cr fix

* #43 - cr fix

* #43 - fix

Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
Adrian Hopek
2022-03-03 09:03:17 +01:00
parent 98a93cb45f
commit 692ccc6ba8
69 changed files with 3122 additions and 1762 deletions

View File

@@ -23,7 +23,7 @@
"maatwebsite/excel": "^3.1"
},
"require-dev": {
"blumilksoftware/codestyle": "^0.9.0",
"blumilksoftware/codestyle": "^0.10.0",
"spatie/laravel-ignition": "^1.0",
"fakerphp/faker": "^1.9.1",
"laravel/dusk": "^6.21",
@@ -47,6 +47,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"