How to manage Categories in Larafast Directories Project
database/seeders/CategorySeeder.php
file and run the seeder to add them to the database.
If you already run php artisan migrate --seed
command, you can manage categories from the admin panel.
If you want to refresh the categories, you can run php artisan migrate:fresh --seed
/admin/categories
you can manage categories. You can add, edit, delete, and add new categories from the admin panel.