balajidharma / laravel-forum
Laravel forum - Create forums to your Laravel projects
v1.0.13
2024-12-18 05:25 UTC
Requires
- balajidharma/laravel-attributes: ^1.0
- balajidharma/laravel-category: ^2.0
- balajidharma/laravel-comment: ^1.0
- balajidharma/laravel-viewable: ^1.0
- illuminate/support: ^10.0|^11.0
- spatie/laravel-activitylog: ^4.9
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