feat: Phase 2 - page CRUD, subscriber management, user management

This commit is contained in:
2026-04-03 21:15:40 +02:00
parent 78e1be3e3b
commit cf026f46b0
33 changed files with 1135 additions and 82 deletions

View File

@@ -28,9 +28,10 @@ queue:
php artisan queue:work --queue=mailwizz --tries=3
# Start Laravel dev server + Vite in parallel
# PHP defaults (often post_max_size=2M) reject page forms with background (≤5MB) + logo (≤2MB).
dev:
npx concurrently --names "laravel,vite" --prefix-colors "green,blue" \
"php artisan serve" \
"php -d post_max_size=64M -d upload_max_filesize=32M artisan serve" \
"npm run dev"
# ──────────────────────────────────────────