feat: Phase 2 - page CRUD, subscriber management, user management
This commit is contained in:
3
Makefile
3
Makefile
@@ -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"
|
||||
|
||||
# ──────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user