balajidharma / laravel-forum
Laravel forum - Create forums to your Laravel projects
1.x-dev
2024-11-22 04:40 UTC
Requires
- balajidharma/laravel-category: ^2.0
- illuminate/support: ^10.0|^11.0
README
Manage Forum to your Laravel projects.
Table of Contents
Installation
- 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
Demo
The "Basic Laravel Admin Penel" starter kit come with Laravel Category