- Install the package via composer
composer require balajidharma/laravel-forum
- Publish the migration and the config/forum.php config file with
php artisan vendor:publish --provider="BalajiDharma\LaravelForum\ForumServiceProvider"
- Run the migrations
php artisan migrate
The "Basic Laravel Admin Penel" starter kit come with Laravel Category