PHPackages                             onepulse/sleeping-owl-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. onepulse/sleeping-owl-admin

ActiveLibrary[Admin Panels](/categories/admin)

onepulse/sleeping-owl-admin
===========================

Aministrative interface builder for Laravel.

2.0.43(10y ago)011MITPHPPHP &gt;=5.4.0

Since Oct 13Pushed 2y ago3 watchersCompare

[ Source](https://github.com/OnePulse/sleeping-owl-admin)[ Packagist](https://packagist.org/packages/onepulse/sleeping-owl-admin)[ Docs](http://sleeping-owl.github.io)[ RSS](/packages/onepulse-sleeping-owl-admin/feed)WikiDiscussions master Synced 1mo 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: if you are looking for the version for Laravel 4.2 check out [laravel-4.2 branch](https://github.com/sleeping-owl/admin/tree/laravel-4.2).*

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.3](http://jquery.com/)
- [Bootstrap v3.3.5](http://getbootstrap.com)
- [Bootstrap Multiselect v0.9.8](https://github.com/davidstutz/bootstrap-multiselect)
- [DataTables 1.10.7](http://www.datatables.net)
- [Lightbox 3.3.0 for Bootstrap 3](https://github.com/ashleydw/lightbox)
- [Font Awesome 4.3.0](http://fontawesome.io)
- [Metismenu 2.0.2](https://github.com/onokumus/metisMenu)
- [morris.js v0.5.1](http://morrisjs.github.io/morris.js/)
- [bootbox.js v4.3.0](http://bootboxjs.com)
- [Bootstrap DatetimePicker 4.14.30-dev](http://eonasdan.github.io/bootstrap-datetimepicker/)
- [CKEditor 4.5.0 Full](http://ckeditor.com)

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

[](#installation)

1. Require this package in your composer.json and run composer update (or run `composer require sleeping-owl/admin` directly):

    ```
    "sleeping-owl/admin": "2.*"

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

    ```
        Laravel 4.1 - 5.0
    'SleepingOwl\Admin\AdminServiceProvider',
    'Illuminate\Html\HtmlServiceProvider',

        Laravel 5.1.*
        SleepingOwl\Admin\AdminServiceProvider::class,
    Illuminate\Html\HtmlServiceProvider::class,

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

    ```
        Laravel 4.1 - 5.0
    'Admin'				=> 'SleepingOwl\Admin\Admin',
    'AdminAuth'			=> 'SleepingOwl\AdminAuth\Facades\AdminAuth',
    'AdminRouter'       => 'SleepingOwl\Admin\Facades\AdminRouter',
    'AssetManager' 		=> 'SleepingOwl\Admin\AssetManager\AssetManager',
    'Column'   			=> 'SleepingOwl\Admin\Columns\Column',
    'FormItem' 			=> 'SleepingOwl\Admin\Models\Form\FormItem',
    'ModelItem'			=> 'SleepingOwl\Admin\Models\ModelItem',

    'Form'      => 'Illuminate\Html\FormFacade',
    'Html'      => 'Illuminate\Html\HtmlFacade',

        Laravel 5.1.*
    'Admin'				=> SleepingOwl\Admin\Admin::class,
    'AdminAuth'			=> SleepingOwl\AdminAuth\Facades\AdminAuth::class,
    'AdminRouter'       => SleepingOwl\Admin\Facades\AdminRouter::class,
    'AssetManager' 		=> SleepingOwl\Admin\AssetManager\AssetManager::class,
    'Column'   			=> SleepingOwl\Admin\Columns\Column::class,
    'FormItem' 			=> SleepingOwl\Admin\Models\Form\FormItem::class,
    'ModelItem'			=> SleepingOwl\Admin\Models\ModelItem::class,

    'Form'      => Illuminate\Html\FormFacade::class,
    'Html'      => Illuminate\Html\HtmlFacade::class,

    ```
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 vendor:publish
    $ php artisan admin:install

    ```

Documentation
-------------

[](#documentation)

Documentation can be found at [sleeping owl documentation](http://sleeping-owl.github.io). You can also find it in the `/src/docs` directory.

Demo Application
----------------

[](#demo-application)

View [live demo](http://sleepingowladmindemo.cloudcontrolled.com/admin/login).

Support Library
---------------

[](#support-library)

You can donate via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AXJMWMRPCBGVA) or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd

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 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

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

4009d 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/28525eb9298b63d80795f1fbafe7d297eef84a80b823badbaea18c9972d349a8?d=identicon)[FranLeston](/maintainers/FranLeston)

---

Top Contributors

[![sleeping-owl](https://avatars.githubusercontent.com/u/9197310?v=4)](https://github.com/sleeping-owl "sleeping-owl (153 commits)")[![xcopy](https://avatars.githubusercontent.com/u/202339?v=4)](https://github.com/xcopy "xcopy (2 commits)")[![dsge](https://avatars.githubusercontent.com/u/5737250?v=4)](https://github.com/dsge "dsge (2 commits)")[![FranLeston](https://avatars.githubusercontent.com/u/7949925?v=4)](https://github.com/FranLeston "FranLeston (2 commits)")[![jadjoubran](https://avatars.githubusercontent.com/u/2265232?v=4)](https://github.com/jadjoubran "jadjoubran (2 commits)")[![jnystromdesign](https://avatars.githubusercontent.com/u/141703?v=4)](https://github.com/jnystromdesign "jnystromdesign (2 commits)")[![mploigt](https://avatars.githubusercontent.com/u/433231?v=4)](https://github.com/mploigt "mploigt (2 commits)")[![SCIF](https://avatars.githubusercontent.com/u/671925?v=4)](https://github.com/SCIF "SCIF (1 commits)")[![AgelxNash](https://avatars.githubusercontent.com/u/1748872?v=4)](https://github.com/AgelxNash "AgelxNash (1 commits)")[![joylazari](https://avatars.githubusercontent.com/u/6898095?v=4)](https://github.com/joylazari "joylazari (1 commits)")[![acacha](https://avatars.githubusercontent.com/u/4015406?v=4)](https://github.com/acacha "acacha (1 commits)")[![ammont](https://avatars.githubusercontent.com/u/2066482?v=4)](https://github.com/ammont "ammont (1 commits)")[![Big-Shark](https://avatars.githubusercontent.com/u/646054?v=4)](https://github.com/Big-Shark "Big-Shark (1 commits)")[![nunomazer](https://avatars.githubusercontent.com/u/652935?v=4)](https://github.com/nunomazer "nunomazer (1 commits)")[![pikaso443](https://avatars.githubusercontent.com/u/81588960?v=4)](https://github.com/pikaso443 "pikaso443 (1 commits)")[![haneez](https://avatars.githubusercontent.com/u/360632?v=4)](https://github.com/haneez "haneez (1 commits)")

---

Tags

laraveladminadministrator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/onepulse-sleeping-owl-admin/health.svg)

```
[![Health](https://phpackages.com/badges/onepulse-sleeping-owl-admin/health.svg)](https://phpackages.com/packages/onepulse-sleeping-owl-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)
