Features
Admin Dashboard
Admin dashboard for managing users, coming soon emails, orders, etc.
Admin Dashboard comes with a built-in admin panel where you can manage subscriptions/orders, users, etc.
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 in database/seeders/AdminSeeder.php
file and run the seeder command to add to the database.
database/seeders/AdminSeeder.php
Now you can access the admin panel by visiting /admin
route in your browser.
Adding new admin users from terminal
To add new admin users, use the php artisan make:admin
command and add name, email and password in the prompt.