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

ActiveLibrary[Admin Panels](/categories/admin)

ferryvg/admin
=============

Aministrative interface builder for Laravel. Based on Sleeping Owl Admin

2.0.43(11y ago)014MITPHPPHP &gt;=5.4.0

Since Oct 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ferryvg/admin)[ Packagist](https://packagist.org/packages/ferryvg/admin)[ Docs](http://sleeping-owl.github.io)[ RSS](/packages/ferryvg-admin/feed)WikiDiscussions development Synced 2mo ago

READMEChangelogDependencies (8)Versions (107)Used By (0)

Laravel 5 Admin Module
----------------------

[](#laravel-5-admin-module)

[![Latest Stable Version](https://camo.githubusercontent.com/cec4039f58c2ff5efb886fa3edd916c13b5bb345b55631dabab017730cbdcc7f/68747470733a2f2f706f7365722e707567782e6f72672f736c656570696e672d6f776c2f61646d696e2f762f737461626c652e737667)](https://packagist.org/packages/sleeping-owl/admin)[![License](https://camo.githubusercontent.com/b4498f71e829941379f07a42d5989aa4f630eb7a50883d73c636b639afc82ca0/68747470733a2f2f706f7365722e707567782e6f72672f736c656570696e672d6f776c2f61646d696e2f6c6963656e73652e737667)](https://packagist.org/packages/sleeping-owl/admin)

*Note: this is development version. If you are looking for stable version check out [master branch](https://github.com/sleeping-owl/admin).*

SleepingOwl Admin is administrative interface builder for Laravel.

It includes:

- [sb-admin-2 template](http://startbootstrap.com/template-overviews/sb-admin-2/)
- [jQuery 1.11.0](http://jquery.org)
- [Bootstrap v3.2.0](http://getbootstrap.com)
- [Chosen v1.4.2](http://harvesthq.github.io/chosen/)
- [DataTables 1.10.0-dev](http://www.sprymedia.co.uk)
- [Nestable jQuery Plugin](http://dbushell.github.io/Nestable/)
- [Lightbox for Bootstrap 3](https://github.com/ashleydw/lightbox)
- [Font Awesome 4.1.0](http://fontawesome.io)
- [Metismenu 1.0.3](https://github.com/onokumus/metisMenu)
- morris.js v0.5.0
- [bootbox.js v4.3.0](http://bootboxjs.com)
- [Bootstrap datetimepicker](http://eonasdan.github.io/bootstrap-datetimepicker/)
- [CKEditor](http://ckeditor.com)
- [flow.js](https://github.com/flowjs/flow.js)

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

[](#installation)

1. Require this package in your composer.json and run composer update:

    ```
    "sleeping-owl/admin": "dev-development"

    ```
2. After composer update, add service providers to the `config/app.php`

    ```
    'SleepingOwl\Admin\AdminServiceProvider',

    ```
3. Add this to the facades in `config/app.php`:

    ```
    'Admin'         => 'SleepingOwl\Admin\Admin',
    'AdminAuth'     => 'SleepingOwl\AdminAuth\Facades\AdminAuth',
    'Column'        => 'SleepingOwl\Admin\Columns\Column',
    'ColumnFilter'  => 'SleepingOwl\Admin\ColumnFilters\ColumnFilter',
    'Filter'        => 'SleepingOwl\Admin\Filter\Filter',
    'AdminDisplay'  => 'SleepingOwl\Admin\Display\AdminDisplay',
    'AdminForm'     => 'SleepingOwl\Admin\Form\AdminForm',
    'AdminTemplate' => 'SleepingOwl\Admin\Templates\Facade\AdminTemplate',
    'FormItem'      => 'SleepingOwl\Admin\FormItems\FormItem',

    ```
4. Run this command in terminal (if you want to know what exactly this command makes, see [install command documentation](http://sleeping-owl.github.io/en/Commands/Install.html)):

    ```
    $ php artisan admin:install

    ```

Copyright and License
---------------------

[](#copyright-and-license)

Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 70.6% 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 ~2 days

Total

102

Last Release

4015d ago

Major Versions

1.3.23 → 2.0.212015-03-08

1.3.24 → 2.0.222015-03-08

1.3.25 → 2.0.232015-03-31

1.3.27 → 2.0.242015-04-03

1.3.28 → 2.0.282015-04-23

### Community

Maintainers

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

---

Top Contributors

[![sleeping-owl](https://avatars.githubusercontent.com/u/9197310?v=4)](https://github.com/sleeping-owl "sleeping-owl (219 commits)")[![acacha](https://avatars.githubusercontent.com/u/4015406?v=4)](https://github.com/acacha "acacha (48 commits)")[![nicolaeturcan](https://avatars.githubusercontent.com/u/7248811?v=4)](https://github.com/nicolaeturcan "nicolaeturcan (10 commits)")[![rricote](https://avatars.githubusercontent.com/u/8902818?v=4)](https://github.com/rricote "rricote (8 commits)")[![eugenem](https://avatars.githubusercontent.com/u/210991?v=4)](https://github.com/eugenem "eugenem (4 commits)")[![SCIF](https://avatars.githubusercontent.com/u/671925?v=4)](https://github.com/SCIF "SCIF (4 commits)")[![alexrosenfeld](https://avatars.githubusercontent.com/u/12616422?v=4)](https://github.com/alexrosenfeld "alexrosenfeld (4 commits)")[![pedrofaria](https://avatars.githubusercontent.com/u/9825?v=4)](https://github.com/pedrofaria "pedrofaria (3 commits)")[![nwrman](https://avatars.githubusercontent.com/u/1259562?v=4)](https://github.com/nwrman "nwrman (1 commits)")[![pavoltanuska](https://avatars.githubusercontent.com/u/4980667?v=4)](https://github.com/pavoltanuska "pavoltanuska (1 commits)")[![pixelead0](https://avatars.githubusercontent.com/u/735873?v=4)](https://github.com/pixelead0 "pixelead0 (1 commits)")[![rafedramzi](https://avatars.githubusercontent.com/u/68276604?v=4)](https://github.com/rafedramzi "rafedramzi (1 commits)")[![AgelxNash](https://avatars.githubusercontent.com/u/1748872?v=4)](https://github.com/AgelxNash "AgelxNash (1 commits)")[![Big-Shark](https://avatars.githubusercontent.com/u/646054?v=4)](https://github.com/Big-Shark "Big-Shark (1 commits)")[![dmartinng](https://avatars.githubusercontent.com/u/761813?v=4)](https://github.com/dmartinng "dmartinng (1 commits)")[![ferryvg](https://avatars.githubusercontent.com/u/6007630?v=4)](https://github.com/ferryvg "ferryvg (1 commits)")[![joylazari](https://avatars.githubusercontent.com/u/6898095?v=4)](https://github.com/joylazari "joylazari (1 commits)")[![nunomazer](https://avatars.githubusercontent.com/u/652935?v=4)](https://github.com/nunomazer "nunomazer (1 commits)")

---

Tags

laraveladminadministrator

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sleeping-owl/admin

Aministrative interface builder for Laravel.

51138.6k3](/packages/sleeping-owl-admin)[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)

PHPackages © 2026

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