🏘️ Society App - Admin Dashboard
🛠️ Administration
Filament Admin Panel
ADMIN
Complete admin interface for managing society settings, residents, payments, notices, and more.
🗄️ Database Management
Migration Status
DEV
Check current database migration status and see which migrations are pending.
Run Migrations
DEV
Execute pending database migrations to update the schema.
Rollback Migrations
DEV
Rollback the last batch of migrations (use with caution).
📁 File Management
Create Storage Link
DEV
Create symbolic link for file uploads (QR codes, logos, documents).
🔗 API Endpoints
API Health Check
PUBLIC
Verify API server status and response time.
Public Society Info
PUBLIC
Public endpoint for basic society information.
📱 Mobile App Integration
Resident Login API
API
Authentication endpoint for resident mobile app login.
Payment Settings API
API
Dynamic payment configuration endpoint for mobile app.
Test Payment Settings
DEV
Test payment settings API without authentication (debugging).
Test Flat Data
DEV
Check database for residents, flats, and buildings data (debugging).
Debug Maintenance Payments
DEV
Check maintenance payments database and resident/flat data.
Debug API Routes
DEV
List all maintenance-related API routes and their methods.
Seed Sample Data
DEV
Add more sample residents, flats, and buildings to database for testing.
Test Maintenance Endpoint
DEV
Check if the maintenance API endpoint exists and is properly configured.
Test URL Structures
DEV
Test different API URL formats to find the working structure.
📄 Notice PDF Management
Check PDF Requirements
DEV
Verify system requirements for PDF generation (DomPDF, extensions, etc.)
Install DomPDF Package
DEV
Guide for installing DomPDF package via Composer.
Test PDF Generation
DEV
Test PDF generation with a sample notice.
Generate All Notice PDFs
DEV
Bulk generate PDFs for all notices without existing PDFs.