Initial work

This commit is contained in:
2025-08-30 16:11:06 +02:00
parent 4e5f154492
commit 774d1cf45f
41 changed files with 1217 additions and 281 deletions

View File

@@ -10,10 +10,13 @@
"license": "MIT",
"require": {
"php": "^8.2",
"dragonmantank/cron-expression": "^3.4",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"livewire/flux": "^2.1.1",
"livewire/volt": "^1.7.0"
"livewire/volt": "^1.7.0",
"lorisleiva/cron-translator": "^0.4.6",
"yoeunes/toastr": "^3.1"
},
"require-dev": {
"fakerphp/faker": "^1.23",
@@ -78,4 +81,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}