balajidharma/laravel-forum
Laravel forum - Create forums to your Laravel projects
6,500
| Install | |
|---|---|
composer require balajidharma/laravel-forum |
|
| Latest Version: | v2.0.1 |
| License: | MIT |
| Last Updated: | May 14, 2026 |
| Links: | GitHub · Packagist |
Maintainer: balajidharma
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
Related Packages
arcanedev/taxonomies
Taxonomies package provides a categories & tags management system for laravel pr...
636
6
franzose/closure-table
Adjacency List’ed Closure Table database design pattern implementation for Larav...
1,278,228
462
fbf/laravel-categories
A Laravel 4 package for adding one or more types of category hierarchies to a we...
576
16