PHPackages                             christhompsontldr/laraboard - 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. christhompsontldr/laraboard

ActiveLibrary

christhompsontldr/laraboard
===========================

Laravel powered forums.

v1.1.1(8y ago)16775[1 issues](https://github.com/ChrisThompsonTLDR/laraboard/issues)PHP

Since Nov 11Pushed 6y ago2 watchersCompare

[ Source](https://github.com/ChrisThompsonTLDR/laraboard)[ Packagist](https://packagist.org/packages/christhompsontldr/laraboard)[ Docs](https://laraboard.io)[ RSS](/packages/christhompsontldr-laraboard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (8)Used By (0)

Laraboard
---------

[](#laraboard)

Laraboard attempts to provide an easy to use, feature rich, Laravel powered forum package.

It is currently under heavy development and not recommended for production environments.

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

[](#installation)

### Composer

[](#composer)

Require this package with composer:

```
composer require christhompsontldr/laraboard

```

### Service Provider

[](#service-provider)

After updating composer, add the ServiceProvider to the providers array in config/app.php

#### Laravel 5.x:

[](#laravel-5x)

```
Christhompsontldr\Laraboard\ServiceProvider::class,

```

### Config

[](#config)

Now move the config files from the package into your application

```
php artisan vendor:publish

```

This will create `config/laraboard.php` and `config/laratrust.php`. If you want to modify table prefixes or other information, now is the time to do it.

### Setup

[](#setup)

The next command will create migrations, create the `Role` and `Permission` models and add traits to your application's User model.

```
php artisan laraboard:setup

```

#### Laratrust Already Installed?

[](#laratrust-already-installed)

If you already have [Laratrust](https://github.com/santigarcor/laratrust) installed, you have the option to not set it up now

```
php artisan laraboard:setup --no-laratrust

```

#### Want to create migrations before running setup?

[](#want-to-create-migrations-before-running-setup)

This will allow you to create the migrations only. You can then modify them. Run this before the `setup` command.

```
php artisan laraboard:migrations

```

### Migrate

[](#migrate)

Run the migrations

```
php artisan migrate

```

### Role

[](#role)

If you have not created the role found in the `laraboard.user.admin_role`, create it now and associate it with a user.

### Design

[](#design)

Laravel blade stacks are utilized to include required JS and CSS.

Please include this in the `` of your main layout:

```
@stack('styles')

```

and this above ``

```
@stack('scripts')

```

Dependencies
------------

[](#dependencies)

### Auth

[](#auth)

Laraboard utilizes Laravel's built in [Authentication](https://laravel.com/docs/5.3/authentication) and [Authorization](https://laravel.com/docs/5.3/authorization) systems.

### CSS/DOM

[](#cssdom)

Laraboard uses [Bootstrap](https://getbootstrap.com/) for styling and DOM structure.

### HTML &amp; Forms

[](#html--forms)

The [Laravel Collective](https://laravelcollective.com/) package is utilizes for building HTML and forms. If you aren't already using it, no worries, Laraboard will install it.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 96.7% 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 ~92 days

Total

5

Last Release

3100d ago

Major Versions

v1.1.0 → 5.4.x-dev2017-09-12

### Community

Maintainers

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

---

Top Contributors

[![ChrisThompsonTLDR](https://avatars.githubusercontent.com/u/348801?v=4)](https://github.com/ChrisThompsonTLDR "ChrisThompsonTLDR (87 commits)")[![taylornotwell](https://avatars.githubusercontent.com/u/78162749?v=4)](https://github.com/taylornotwell "taylornotwell (3 commits)")

---

Tags

laravelforum

### Embed Badge

![Health badge](/badges/christhompsontldr-laraboard/health.svg)

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

###  Alternatives

[jeroen-g/explorer

Next-gen Elasticsearch driver for Laravel Scout.

397612.3k](/packages/jeroen-g-explorer)[riari/laravel-forum

A Laravel package providing a solid foundation for building discussion forums

64394.9k3](/packages/riari-laravel-forum)[fresns/fresns

Cross-platform general-purpose multiple content forms social network service software.

4841.5k](/packages/fresns-fresns)

PHPackages © 2026

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