balajidharma/laravel-forum

Laravel forum - Create forums to your Laravel projects

1.x-dev 2024-11-22 04:40 UTC

This package is auto-updated.

Last update: 2024-11-22 04:41:00 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