PHPackages                             verecom/admin - 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. verecom/admin

ActiveLibrary[Admin Panels](/categories/admin)

verecom/admin
=============

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

41291JavaScript

Since Oct 14Pushed 10y ago2 watchersCompare

[ Source](https://github.com/zikezhang/LaravelAdmin)[ Packagist](https://packagist.org/packages/verecom/admin)[ RSS](/packages/verecom-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Admin
-------------

[](#laravel-admin)

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 `verecom/admin`.

```
{
    "require": {
        "verecom/admin": "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',
'Verecom\Admin\AdminServiceProvider',
```

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 admin:install This will publish the config files for Cartalyst/Sentry, Anahkiasen/Former and Verecom/Admin also it will run the migration.

To create a user simply do php artisan admin:user

Done! Just go to  to access the admin panel.

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

Done! Just go to  to access the admin dashborad.

\##Missing

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://www.gravatar.com/avatar/3541e724d3194ac06614cf605f332ad7a60ab28bc084e27b182bf8bac70a5897?d=identicon)[zikezhang](/maintainers/zikezhang)

---

Top Contributors

[![lieshanhe](https://avatars.githubusercontent.com/u/5647317?v=4)](https://github.com/lieshanhe "lieshanhe (14 commits)")

### Embed Badge

![Health badge](/badges/verecom-admin/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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