balajidharma/laravel-forum

Laravel forum - Create forums to your Laravel projects

v1.0.13 2024-12-18 05:25 UTC

This package is auto-updated.

Last update: 2024-12-21 17:12:40 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