PHPackages                             seongbae/discuss - 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. [Framework](/categories/framework)
4. /
5. seongbae/discuss

ActiveLibrary[Framework](/categories/framework)

seongbae/discuss
================

Laravel forum package

1.5.3(4mo ago)1604↑33.3%MITPHPPHP ^7.3|^8.0

Since Jun 6Pushed 4mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (25)Used By (0)

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

[](#laravel-forum-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/08db73c140d67f697c621504ff76adc5e9280d53b80d3ebc8741fc3b97fb7e9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656f6e676261652f646973637573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/seongbae/discuss)[![Build Status](https://camo.githubusercontent.com/9894475dc804f11717aa4b65d5be4b872388049722bf182330dd06885288e3eb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73656f6e676261652f646973637573732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/seongbae/discuss)[![Quality Score](https://camo.githubusercontent.com/0ae042f4c1c7c1ae0e4b96734268a6c431bc960c4ed31743accbb056c80549d3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73656f6e676261652f646973637573732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/seongbae/discuss)[![Total Downloads](https://camo.githubusercontent.com/e898873277c579c539c442e9fcf1ddda95bcd0514b491b5586d10ff4e63b6fab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73656f6e676261652f646973637573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/seongbae/discuss)

This package provides discussison forum for Laravel applications. This is based on a Laravel forum tutorial I saw a while ago. I wanted to put it into a pacakge for re-use and add some additional features such as receiving notifications for my own needs.

[![Discuss screenshot](discuss-screenshot.png)](discuss-screenshot.png)

Features
--------

[](#features)

- Create/edit/delete threads and replies
- Admins can edit or delete any threads or replies.
- Threads can be categorized with a channel.
- Filter threads by channels or my threads
- Subscribe to channels and get notified via email when a new thread is created in the channel.
- Subscribe to threads and get notified via email when replies are added.
- Thread view count is tracked.
- Pagination

To Do
-----

[](#to-do)

- Unit tests
- Sticky threads
- Tags
- Vote up/down
- Poll
- API integration

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

[](#installation)

You can install the package via composer and publish assets:

```
composer require seongbae/discuss
php artisan vendor:publish --provider="Seongbae\Discuss\DiscussServiceProvider"
```

When you publish files, the config/discuss.php config file will be generated. In this file, you can set pagination count, user image field, and other various configurations for your application.

The package uses bootstrap-vue component. Install it with following command:

```
npm install bootstrap-vue
```

Update your app.js to include following code:

```
import { BootstrapVue } from 'bootstrap-vue'
Vue.component('thread', require('./components/Thread.vue').default);
Vue.component('reply', require('./components/Reply.vue').default);
Vue.component('channel-subscribe', require('./components/ChannelSubscribe.vue').default);
Vue.use(BootstrapVue)
```

Then run npm commands:

```
npm install
npm run dev
```

Usage
-----

[](#usage)

- After installation is complete, head over to /discuss.

### Libraries used

[](#libraries-used)

- sweetalert package by realrashid for displaying alerts.
- Vue
- Bootstrap-vue

### 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)

- [Seong Bae](https://github.com/seongbae)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance78

Regular maintenance activity

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~89 days

Recently: every ~183 days

Total

24

Last Release

123d ago

PHP version history (3 changes)1.0PHP ^7.2.5

1.0.3PHP ^7.3

1.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/634527ef489f1765aec336951fc1103ce1347eecff9e39c9ee4b8450cb217a43?d=identicon)[seongbae](/maintainers/seongbae)

---

Top Contributors

[![seongbae](https://avatars.githubusercontent.com/u/1762739?v=4)](https://github.com/seongbae "seongbae (34 commits)")

---

Tags

discussionforumlaravelforumdiscussiondiscussseongbae

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/seongbae-discuss/health.svg)

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

###  Alternatives

[flarum/flarum

Delightfully simple forum software.

16.2k303.7k](/packages/flarum-flarum)[riari/laravel-forum

A Laravel package providing a solid foundation for building discussion forums

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

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[herzult/forum-bundle

A simple Symfony forum bundle.

913.2k](/packages/herzult-forum-bundle)

PHPackages © 2026

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