Add Fortify auth, Flux dark mode, demo seed, and Docker hot reload.

Protect recordings per user, seed a demo login on container start, and bind-mount the app with Vite HMR for local Compose development.
This commit is contained in:
ben
2026-08-12 18:38:53 +02:00
parent accb721811
commit bfcfc12f58
78 changed files with 3942 additions and 186 deletions
+5 -1
View File
@@ -9,9 +9,13 @@
"php": "^8.3",
"james-heinrich/getid3": "^1.9",
"laravel/ai": "^0.10.3",
"laravel/fortify": "^1.38",
"laravel/framework": "^13.17",
"laravel/reverb": "^1.11",
"laravel/tinker": "^3.0"
"laravel/tinker": "^3.0",
"livewire/flux": "^2.16",
"livewire/livewire": "^4.4",
"symfony/polyfill-iconv": "^1.37"
},
"require-dev": {
"fakerphp/faker": "^1.23",