PHPackages                             stevemo/cpanel - 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. stevemo/cpanel

ActiveLibrary[Admin Panels](/categories/admin)

stevemo/cpanel
==============

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

2.0(12y ago)2055.8k65[9 issues](https://github.com/stevemo/cpanel/issues)[1 PRs](https://github.com/stevemo/cpanel/pulls)MITJavaScriptPHP &gt;=5.3.0

Since Jun 17Pushed 4y ago27 watchersCompare

[ Source](https://github.com/stevemo/cpanel)[ Packagist](https://packagist.org/packages/stevemo/cpanel)[ Docs](http://github.com/stevemo/cpanel)[ RSS](/packages/stevemo-cpanel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

Laravel Admin Panel
-------------------

[](#laravel-admin-panel)

[![Build Status](https://camo.githubusercontent.com/e9e67fd4fc364fc6776917f6b8cb44d86615833791da2097cffabc6d2e131f7a/68747470733a2f2f7472617669732d63692e6f72672f73746576656d6f2f6370616e656c2e706e67)](https://travis-ci.org/stevemo/cpanel)[![Total Downloads](https://camo.githubusercontent.com/aa4bab1c7baf4428e7bc81852410224b0932336d9b0662f633f86974a3d3bcd0/68747470733a2f2f706f7365722e707567782e6f72672f73746576656d6f2f6370616e656c2f642f746f74616c2e706e67)](https://packagist.org/packages/stevemo/cpanel)

Laravel 4 package used to provide an admin panel with user, groups and permissions management. This package is currently under active development.

\##Features

- Cartalyst Sentry package
- Anahkiasen Former package
- Twitter Bootstrap 2.3.1
- Font-awesome 3.2.0
- Users, Groups and Permissions out of the box.
- Base controller for admin panel development
- Most of the views can be replaced by your own in the config file

\##Installation Begin by installing this package through Composer. Edit your project's `composer.json` file to require `stevemo/cpanel`.

```
{
    "require": {
        "stevemo/cpanel": "dev-master"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

You need to add the following service provider. Open `app/config/app.php`, and add a new items to the providers array.

```
'Former\FormerServiceProvider',
'Cartalyst\Sentry\SentryServiceProvider',
'Stevemo\Cpanel\CpanelServiceProvider',
```

Then add the following Class Aliases

```
'Former' => 'Former\Facades\Former',
'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',
```

Finally run the following command in the terminal. `php artisan cpanel:install`This will publish the config files for Cartalyst/Sentry, Anahkiasen/Former and Stevemo/Cpanel also it will run the migration.

To create a user simply do `php artisan cpanel:user`

Done! Just go to  to access the admin panel.

\##Missing

- Send Activation code by email when user register
- Password reset/reminder
- unit test… started reading Laravel Testing decoded ;-)
- Documentation

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 92.4% 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 ~121 days

Total

3

Last Release

4475d ago

Major Versions

1.0.1 → 2.02014-02-13

### Community

Maintainers

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

---

Top Contributors

[![stevemo](https://avatars.githubusercontent.com/u/618579?v=4)](https://github.com/stevemo "stevemo (133 commits)")[![jorgecolonconsulting](https://avatars.githubusercontent.com/u/359945?v=4)](https://github.com/jorgecolonconsulting "jorgecolonconsulting (3 commits)")[![petercoles](https://avatars.githubusercontent.com/u/2947594?v=4)](https://github.com/petercoles "petercoles (3 commits)")[![ziisoft](https://avatars.githubusercontent.com/u/4528331?v=4)](https://github.com/ziisoft "ziisoft (2 commits)")[![harryxu](https://avatars.githubusercontent.com/u/9913?v=4)](https://github.com/harryxu "harryxu (1 commits)")[![prik](https://avatars.githubusercontent.com/u/510222?v=4)](https://github.com/prik "prik (1 commits)")[![jakoss](https://avatars.githubusercontent.com/u/3933348?v=4)](https://github.com/jakoss "jakoss (1 commits)")

---

Tags

laravelsentrybackendadmincartalyst

### Embed Badge

![Health badge](/badges/stevemo-cpanel/health.svg)

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)

PHPackages © 2026

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