
Larafast Directories Admin dashboard is powered by Filament.
It can be easily extended with components from their docs.
Accessing Admin Panel
For initial setup, change the admin email and password indatabase/seeders/AdminSeeder.php
file and run the seeder command to add to the database.
database/seeders/AdminSeeder.php
/admin
route in your browser.
Adding new admin users from terminal
To add new admin users, use thephp artisan make:admin
command and add name, email and password in the prompt.