PHPackages                             marcusyan/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marcusyan/chatteradmin

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

marcusyan/chatteradmin
======================

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

06PHP

Since Jun 23Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8740410?v=4)[marcusyan](/maintainers/Marcusyan)[@Marcusyan](https://github.com/Marcusyan)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[kbs1/laravel-abbreviations

Abbreviations / acronyms support for your app.

1018.6k](/packages/kbs1-laravel-abbreviations)

PHPackages © 2026

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