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

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

vientodigital/laravel-forum
===========================

A Laravel Forum Package

4.0.0(4y ago)36782MITPHPPHP ^8.1CI failing

Since Jan 14Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/VientoDigital/laravel-forum)[ Packagist](https://packagist.org/packages/vientodigital/laravel-forum)[ Docs](https://github.com/vientodigital/laravel-forum)[ RSS](/packages/vientodigital-laravel-forum/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (7)Versions (17)Used By (0)

Laravel Forum Package
=====================

[](#laravel-forum-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cb22e6ef48c8de4e31d41bf3b4afe5c6d2b26050d509b81fa5605addd861b4a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7669656e746f6469676974616c2f6c61726176656c2d666f72756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vientodigital/laravel-forum)[![Tests](https://github.com/VientoDigital/laravel-forum/actions/workflows/tests.yml/badge.svg)](https://github.com/VientoDigital/laravel-forum/actions/workflows/tests.yml)[![codecov](https://camo.githubusercontent.com/5da65f7ee3621efd95341a08f114548a01f17d09d6ae8328764b5035b5ac97c5/68747470733a2f2f636f6465636f762e696f2f67682f5669656e746f4469676974616c2f6c61726176656c2d666f72756d2f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/VientoDigital/laravel-forum)[![Total Downloads](https://camo.githubusercontent.com/d35c639ca16a72e8cede8eb616d498c843b5b947d93ae8cc7b52b2624aeac02e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7669656e746f6469676974616c2f6c61726176656c2d666f72756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vientodigital/laravel-forum)

An easy to integrate forum to your laravel project. Just customize views, migrations routes and you are done.

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

[](#requirements)

- PHP ^8.2
- Laravel 11.x or 12.x
- Livewire ^3.0

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

[](#installation)

You can install the package via composer:

```
composer require vientodigital/laravel-forum
```

You could publish migrations, views &amp; config

```
php artisan vendor:publish --provider="Vientodigital\LaravelForum\LaravelForumServiceProvider"
```

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

[](#configuration)

```
//config/laravel-forum.php

/*
 * Customize table table names to your needs
 */
return [
    'table_names' => [
        'settings' => 'settings',
    ]
];
```

Usage
-----

[](#usage)

---

```
//routes/web.php

use Vientodigital\LaravelForum\LaravelForumFacade as LaravelForum;

Route::middleware(['auth'])->prefix('forum')->group(function () {
    LaravelForum::routes();
});
```

```
//routes/api.php
use Vientodigital\LaravelForum\LaravelForumFacade as LaravelForum;

Route::middleware(['auth'])->prefix('forum')->group(function () {
    LaravelForum::routes();
});
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Victor Yoalli](https://github.com/vientodigital)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

41

↑

FairBetter than 87% of packages

Maintenance47

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 77.1% 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 ~167 days

Recently: every ~350 days

Total

14

Last Release

181d ago

Major Versions

1.0.1 → 2.0.02020-08-10

1.0.2 → 2.0.52020-12-17

2.0.5 → 3.0.12022-03-03

3.0.1 → 4.0.02022-05-07

v2.1.1 → v3.0.02026-01-03

PHP version history (4 changes)1.0.0PHP ^7.1

3.0.1PHP ^7.1|^8.0

4.0.0PHP ^8.1

v2.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/488202a656e6be4d5992b6c2d7bb91155587fa7144279b5c52f671b5d88eb24e?d=identicon)[victoryoalli](/maintainers/victoryoalli)

---

Top Contributors

[![victoryoalli](https://avatars.githubusercontent.com/u/141497?v=4)](https://github.com/victoryoalli "victoryoalli (27 commits)")[![uverut](https://avatars.githubusercontent.com/u/40720654?v=4)](https://github.com/uverut "uverut (8 commits)")

---

Tags

customizableforumlaravellaravel-packagephplaravel-forumvientodigital

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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