PHPackages                             codiiv/chatteradmin - 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. [Admin Panels](/categories/admin)
4. /
5. codiiv/chatteradmin

ActiveLibrary[Admin Panels](/categories/admin)

codiiv/chatteradmin
===================

A package to provide extended functionality for the beautiful thedevdojo/chatter forums for Laravel

v1.0(7y ago)2575MITJavaScript

Since Dec 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/codiiv/chatteradmin)[ Packagist](https://packagist.org/packages/codiiv/chatteradmin)[ Docs](https://github.com/codiiv/chatteradmin)[ RSS](/packages/codiiv-chatteradmin/feed)WikiDiscussions master Synced 3d ago

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

Laravel Forum Package - Chatter
===============================

[](#laravel-forum-package---chatter)

### Installation

[](#installation)

**Quick Note**: This is package builds upon the `thedevdojo/chatter` Laravel forum package. Therefore, make sure you install it and configure it as needed.

Also, this package is tested on Laravel 5.7 so far. It could work with 5.6 and 5.5, but I haven't done the necessary tests

1. Include the package in your project

    ```
    composer require "codiiv/chatteradmin"

    ```
2. Add the service provider to your `config/app.php` providers array:

    **If you're installing on Laravel 5.5+ skip this step**

    ```
    'providers' = [
        // ...
        Codiiv\Chatter\ChatterServiceProvider::class,
        // ...
    ]

    ```
3. Publish the Vendor Assets files by running:

    ```
    php artisan vendor:publish --provider="Codiiv\Chatter\ChatterServiceProvider"

    ```
4. Now that we have published a few new files to our application we need to reload them with the following command:

    ```
    composer dump-autoload

    ```
5. Run Your migrations:

    NB: It is important to run the migrations so that you can set the super admin and other future features. This migration will create two additional tables on top of the ones created by the main `thedevdojo/chatter`

    ```
    php artisan migrate

    ```

    Quick tip: Make sure that you've created a database and added your database credentials in your `.env` file.
6. Lastly, CONFIGURE SUPER ADMIN account.

    You can do this two ways

    A) Run this command `php artisan chatter:superadmin someemail@somedomain.tld ` **replacing **  by the email of the user you want to set as super admin. Note that you can only have one super admin.

    IN a future version, we will add ability to have multiple admins, but the `super admin` role will remain one user

    OR

    B) - Once you have run `php artisan migrate` , look for the table `*chatter_options` and add a row with the following column values:

    ```
      option_name   >>  master_admin
      option_value  >>  USER ID for the super admin
      autoload      >> 1
      created_at    >> 2018-11-13 00:50:12  (or whatever)
      updated_at    >> 2018-11-13 00:50:12  (or whatever)

    ```

[![](https://raw.githubusercontent.com/codiiv/chatteradmin/master/screenshot2.jpg)](https://raw.githubusercontent.com/codiiv/chatteradmin/master/screenshot2.jpg)

Now, visit your `site.com/chatteradmin` and you should see your new forum admin once logged in!

### Upgrading

[](#upgrading)

Coming soon

### Screenshots

[](#screenshots)

[![](https://raw.githubusercontent.com/codiiv/chatteradmin/master/screenshot1.png)](https://raw.githubusercontent.com/codiiv/chatteradmin/master/screenshot1.png)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% 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

Unknown

Total

1

Last Release

2720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ef88476d501143e1e9c5559b7a1ae1e0bf359401f87d800d266bef9ade2317e?d=identicon)[codiiv](/maintainers/codiiv)

---

Top Contributors

[![codiiv](https://avatars.githubusercontent.com/u/10576156?v=4)](https://github.com/codiiv "codiiv (25 commits)")[![devuniverse](https://avatars.githubusercontent.com/u/45764367?v=4)](https://github.com/devuniverse "devuniverse (1 commits)")

---

Tags

laravellaravel-forumChatterlaravel forum adminchatter admin

### Embed Badge

![Health badge](/badges/codiiv-chatteradmin/health.svg)

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

###  Alternatives

[gecche/laravel-multidomain

Laravel App on a subdomains, multi-tenancy setting

1.1k227.8k6](/packages/gecche-laravel-multidomain)[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[weblabormx/laravel-front

Front is a administration panel for Laravel. It allows you to create CRUD easily in minutes. It allows to fully customize any part of the code.

1111.1k](/packages/weblabormx-laravel-front)

PHPackages © 2026

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