Admin Panel¶
Access the Panel Locally¶
The admin panel is available at https://conflux.local/admin. Credentials are read from .env:
| Variable | Default |
|---|---|
ADMIN_EMAIL |
admin@conflux.local |
ADMIN_PASSWORD |
conflux123! |
If no admin user exists yet, seed one:
The seeder uses updateOrCreate and is safe to re-run.
Reset the Admin Password¶
Update ADMIN_PASSWORD in .env, then re-run the seeder:
Add a Filament Resource¶
The generated class is placed in app/Filament/Resources/ and is auto-discovered — no manual registration needed.
Add a Custom Page¶
The generated class is placed in app/Filament/Pages/ and is auto-discovered.
See Also¶
- Admin Panel reference — URLs, configuration, and auto-discovery details
- Filament official docs