PHPackages                             seka19/laravel-forum-frontend - 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. [Templating &amp; Views](/categories/templating)
4. /
5. seka19/laravel-forum-frontend

ActiveLibrary[Templating &amp; Views](/categories/templating)

seka19/laravel-forum-frontend
=============================

A frontend for riari/laravel-forum providing views written with Bootstrap 3

2.0.2(4y ago)073MITBladePHP &gt;=7.4

Since Nov 27Pushed 4y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (19)Used By (0)

**This package provides a conventional front-end for [seka19/laravel-forum](https://github.com/seka19/laravel-forum) 5.0 and above. It should be installed along with the forum unless a custom or alternative front-end implementation is required.**

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

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

[](#installation)

### Step 1: Install the package

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

Install the package via composer:

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

```

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

```
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 and views to your app's directories:

`php artisan vendor:publish`

### Additional steps

[](#additional-steps)

Once the package is installed, provided you are logged in, you can visit /forum and start defining your category hierarchy using the "Create category" and "Category actions" panels:

[![Category management example](https://camo.githubusercontent.com/e9dc3c225c50b8fc7fde679daf62dd2d046a55af8fc823fe19232c87df80cd4a/687474703a2f2f692e696d6775722e636f6d2f68384458486a312e706e67)](https://camo.githubusercontent.com/e9dc3c225c50b8fc7fde679daf62dd2d046a55af8fc823fe19232c87df80cd4a/687474703a2f2f692e696d6775722e636f6d2f68384458486a312e706e67)

#### Configuration

[](#configuration)

The `forum.frontend` config file defines the controllers used by the package as well as a closure used to process alert messages to be displayed to the user.

#### Views

[](#views)

Views are published to `resources/views/vendor/forum`. The simplest way to integrate the forum with your existing design is to edit the **master** view, remove undesired markup and make it extend your application's main layout with `@extends`. Note that the master view does pull in jQuery and Bootstrap 3 by default, and includes some jQuery-based JavaScript to support some of the forum frontend features. You may wish to move it elsewhere or re-write it in your own way.

#### Events

[](#events)

The package includes a variety of [events](http://laravel.com/docs/5.1/events) for user interactions such as viewing threads. Refer to [src/Events](https://github.com/Riari/laravel-forum-frontend/tree/1.0/src/Events) for a full list.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~116 days

Recently: every ~315 days

Total

19

Last Release

1728d ago

Major Versions

1.1.9 → 2.0.02020-12-26

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/b086717a3f91192a67a4d5ddad6154ec01a7120cf606d7b5e385c4167e0146b7?d=identicon)[Alexey Sinkevich](/maintainers/Alexey%20Sinkevich)

---

Top Contributors

[![seka19](https://avatars.githubusercontent.com/u/2714877?v=4)](https://github.com/seka19 "seka19 (5 commits)")[![Riari](https://avatars.githubusercontent.com/u/3583774?v=4)](https://github.com/Riari "Riari (3 commits)")[![mohabhassan](https://avatars.githubusercontent.com/u/17481828?v=4)](https://github.com/mohabhassan "mohabhassan (2 commits)")[![antonkomarev](https://avatars.githubusercontent.com/u/1849174?v=4)](https://github.com/antonkomarev "antonkomarev (1 commits)")[![codeflorist](https://avatars.githubusercontent.com/u/41453547?v=4)](https://github.com/codeflorist "codeflorist (1 commits)")[![MicrowaveDev](https://avatars.githubusercontent.com/u/4842007?v=4)](https://github.com/MicrowaveDev "MicrowaveDev (1 commits)")

---

Tags

laravellaravel 8forumfrontenddiscuss

### Embed Badge

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

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

###  Alternatives

[riari/laravel-forum

A Laravel package providing a solid foundation for building discussion forums

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

PHPackages © 2026

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