PHPackages                             ardianferdianto/laravel-forum - 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. ardianferdianto/laravel-forum

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

ardianferdianto/laravel-forum
=============================

A Laravel 5 package providing a solid foundation for building discussion forums

4.1.6(5y ago)113.6k12MITPHPPHP &gt;=7.1.0

Since Mar 24Pushed 5y agoCompare

[ Source](https://github.com/ardianferdianto/laravel-forum)[ Packagist](https://packagist.org/packages/ardianferdianto/laravel-forum)[ RSS](/packages/ardianferdianto-laravel-forum/feed)WikiDiscussions 4.0 Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (67)Used By (2)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5673e675fd7f2515ddcead77e83d3fc19ccbf0b7030daf8264f0197da40f3b30/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f52696172692f6c61726176656c2d666f72756d2f6261646765732f7175616c6974792d73636f72652e706e673f623d342e30)](https://scrutinizer-ci.com/g/Riari/laravel-forum/?branch=4.0)

**Complete documentation is available on [teamteatime.net](https://teamteatime.net/docs/laravel-forum/4.x/introduction.md).**

**NOTE: Version 3.0 is no longer supported. If you're using a version of Laravel below 5.3, consider upgrading it!**

Requirements
------------

[](#requirements)

- PHP 5.4 or above
- Laravel 5.3 or above

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

[](#installation)

### Step 1: Install the package

[](#step-1-install-the-package)

Install the package via composer:

```
composer require riari/laravel-forum:~4.0

```

Then add the service provider to your `config/app.php`:

```
Riari\Forum\ForumServiceProvider::class,
```

Installing the [standard front-end](https://github.com/Riari/laravel-forum-frontend) is recommended:

```
composer require riari/laravel-forum-frontend:~1.0

```

```
Riari\Forum\Frontend\ForumFrontendServiceProvider::class,
```

### Step 2: Publish the package files

[](#step-2-publish-the-package-files)

Run the vendor:publish command to publish the package config, translations and migrations to your app's directories:

`php artisan vendor:publish`

### Step 3: Update your database

[](#step-3-update-your-database)

Run your migrations:

`php artisan migrate`

### Additional steps

[](#additional-steps)

#### Server configuration

[](#server-configuration)

If you installed Xdebug before version 2.3, you may need to modify `xdebug.max_nesting_level`. The suggested and new default value from version 2.3 onwards is `256`.

#### Configuration

[](#configuration)

Several configuration files are published to your application's config directory, each prefixed with `forum.`. Refer to these for a variety of options for changing the behaviour of the forum and how it integrates with key parts of your application code.

> You may need to modify the `forum.integration.user_name` config option according to your user model. This specifies which attribute on the user model should be used as a display name in the forum views.

#### Translations

[](#translations)

Laravel Forum currently supports 11 languages: German, English, Spanish, French, Italian, Romanian, Russian, Turkish, Serbian, Portuguese (Brazil) and Swedish. The translation files are published to `resources/lang/vendor/forum/{locale}`. **Please be aware that much of the translation work in 3.0 has been done using Google Translate and probably isn't accurate. Pull requests are welcome to rectify this.**

#### Policies (user permissions)

[](#policies-user-permissions)

Permissions in 3.0 are handled via the [Authorization features](http://laravel.com/docs/5.1/authorization) introduced in Laravel 5.1.11. Refer to [src/Policies](https://github.com/Riari/laravel-forum/tree/3.0/src/Policies) for a full list of policies. To override methods in a policy, just create a class extension for it somewhere in your application and change the corresponding namespace specified in the `forum.integration.policies` config array. **You'll likely want to do this for the ForumPolicy and CategoryPolicy as a minimum to prevent your regular users from managing categories and threads!**

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 66.3% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~226 days

Total

64

Last Release

1993d ago

Major Versions

3.1.5 → 4.0.02016-09-25

3.1.7 → 4.0.22017-02-11

3.1.8 → 4.1.22017-12-14

3.1.9 → 4.1.32018-01-20

4.1.5 → 5.0.x-dev2020-11-23

PHP version history (4 changes)1.0.0PHP &gt;=5.3.0

2.0.0PHP &gt;=5.4.0

5.0.x-devPHP ^7.2

4.1.6PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11227033?v=4)[Ardian Ferdianto](/maintainers/ardianferdianto)[@ardianferdianto](https://github.com/ardianferdianto)

---

Top Contributors

[![atrakeur](https://avatars.githubusercontent.com/u/3091077?v=4)](https://github.com/atrakeur "atrakeur (108 commits)")[![Riari](https://avatars.githubusercontent.com/u/3583774?v=4)](https://github.com/Riari "Riari (11 commits)")[![ritey](https://avatars.githubusercontent.com/u/588686?v=4)](https://github.com/ritey "ritey (6 commits)")[![ALTELMA](https://avatars.githubusercontent.com/u/4938568?v=4)](https://github.com/ALTELMA "ALTELMA (5 commits)")[![codeflorist](https://avatars.githubusercontent.com/u/41453547?v=4)](https://github.com/codeflorist "codeflorist (4 commits)")[![breakeryouko](https://avatars.githubusercontent.com/u/4318662?v=4)](https://github.com/breakeryouko "breakeryouko (2 commits)")[![ardianferdianto](https://avatars.githubusercontent.com/u/11227033?v=4)](https://github.com/ardianferdianto "ardianferdianto (2 commits)")[![gerbenjacobs](https://avatars.githubusercontent.com/u/715095?v=4)](https://github.com/gerbenjacobs "gerbenjacobs (2 commits)")[![sustartx](https://avatars.githubusercontent.com/u/6769829?v=4)](https://github.com/sustartx "sustartx (2 commits)")[![tanerkay](https://avatars.githubusercontent.com/u/224194?v=4)](https://github.com/tanerkay "tanerkay (2 commits)")[![flinux](https://avatars.githubusercontent.com/u/197138?v=4)](https://github.com/flinux "flinux (2 commits)")[![morloderex](https://avatars.githubusercontent.com/u/5677808?v=4)](https://github.com/morloderex "morloderex (1 commits)")[![neamtua](https://avatars.githubusercontent.com/u/1029457?v=4)](https://github.com/neamtua "neamtua (1 commits)")[![ricardobarantini](https://avatars.githubusercontent.com/u/1111361?v=4)](https://github.com/ricardobarantini "ricardobarantini (1 commits)")[![sasin91](https://avatars.githubusercontent.com/u/808722?v=4)](https://github.com/sasin91 "sasin91 (1 commits)")[![seka19](https://avatars.githubusercontent.com/u/2714877?v=4)](https://github.com/seka19 "seka19 (1 commits)")[![alexbilbie](https://avatars.githubusercontent.com/u/77991?v=4)](https://github.com/alexbilbie "alexbilbie (1 commits)")[![TiagoLisboa](https://avatars.githubusercontent.com/u/6991359?v=4)](https://github.com/TiagoLisboa "TiagoLisboa (1 commits)")[![antonkomarev](https://avatars.githubusercontent.com/u/1849174?v=4)](https://github.com/antonkomarev "antonkomarev (1 commits)")[![ayyobro](https://avatars.githubusercontent.com/u/5631902?v=4)](https://github.com/ayyobro "ayyobro (1 commits)")

---

Tags

laravellaravel 5forumdiscuss

### Embed Badge

![Health badge](/badges/ardianferdianto-laravel-forum/health.svg)

```
[![Health](https://phpackages.com/badges/ardianferdianto-laravel-forum/health.svg)](https://phpackages.com/packages/ardianferdianto-laravel-forum)
```

###  Alternatives

[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21024.9k](/packages/unicodeveloper-laravel-emoji)[leantony/laravel-grid

A grid view for laravel, inspired by the yii2 grid widget

9060.2k](/packages/leantony-laravel-grid)[danielme85/laravel-cconverter

Laravel 5 plug-in for currency conversion

42101.1k](/packages/danielme85-laravel-cconverter)[latrell/geohash

This package geohash for Laravel 5 support.

1128.3k](/packages/latrell-geohash)[latrell/qqwry

纯真 IP 库 Laravel 版 。

274.7k](/packages/latrell-qqwry)

PHPackages © 2026

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