balajidharma/laravel-forum

Laravel forum - Create forums to your Laravel projects

Maintainers

Package info

github.com/balajidharma/laravel-forum

pkg:composer/balajidharma/laravel-forum

Statistics

Installs: 5 141

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.1 2026-05-13 01:04 UTC

README

Manage Forum to your Laravel projects.

Total Downloads Latest Stable Version License

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