PHPackages                             fsflex/laraforum - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fsflex/laraforum

ActiveProject[Utility &amp; Helpers](/categories/utility)

fsflex/laraforum
================

forum

040HTML

Since Jan 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/fsflex/laraforum)[ Packagist](https://packagist.org/packages/fsflex/laraforum)[ RSS](/packages/fsflex-laraforum/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laraforum
=========

[](#laraforum)

Require
-------

[](#require)

Forum require packages : ```
https://github.com/cviebrock/eloquent-sluggable
```

```
https://laravelcollective.com/docs/5.3/html
```

Installation
------------

[](#installation)

First, you'll need to install the package via Composer: ```
$ composer require fsflex/laraforum=dev_master
```

Then, update `config/app.php`p by adding an entry for the service provider. ```
'providers' => [
    // ...
    FsFlex\LaraForum\LaraForumServiceProvider::class,
];
```

Finally, from the command line again, publish the default configuration file: ```
php artisan vendor:publish --provider="FsFlex\LaraForum\LaraForumServiceProvider"
```

 Configuration
---------------

[](#-configuration-)

By default, global configuration can be set in the `config/laraforum.php` file. If a configuration isn't set, then the package defaults from `vendor/fsflex/laraforum/src/resources/config/laraforum.php` are used. Here is an example configuration, with all the default settings shown: ```
return [
    'template' => 'discuss',
    'pagename' => 'LaraForum',
    'basic_title' => 'title forum',
    'basic_description'=>'forum description',
    'url_prefix' => 'laraforum',
    'admin_username' => 'admin',
    'posts_interval' => 30,//seconds
    'threads_interval' => 300,//seconds
    'threads_paginate' => 20,
    'posts_paginate' =>20,
];
```

Url to forum home site

```
    Your laravel public /< url_prefix >/discuss
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc90f4f09176b3a3c036e04b2ddb7b5f36ce4e12672438aa5ae639d116e4feb3?d=identicon)[nguyenhieptn](/maintainers/nguyenhieptn)

### Embed Badge

![Health badge](/badges/fsflex-laraforum/health.svg)

```
[![Health](https://phpackages.com/badges/fsflex-laraforum/health.svg)](https://phpackages.com/packages/fsflex-laraforum)
```

###  Alternatives

[knplabs/knp-menu

An object oriented menu library

1.4k55.8M287](/packages/knplabs-knp-menu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
