ferryvg / admin
Aministrative interface builder for Laravel. Based on Sleeping Owl Admin
Requires
- php: >=5.4.0
- doctrine/dbal: ~2.3
- illuminate/html: ~5.0
- illuminate/support: 5.*
- intervention/image: 2.*
- intervention/imagecache: 2.*
- sleeping-owl/with-join: 1.*
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2026-06-07 05:01:00 UTC
README
Note: this is development version. If you are looking for stable version check out master branch.
SleepingOwl Admin is administrative interface builder for Laravel.
It includes:
- sb-admin-2 template
- jQuery 1.11.0
- Bootstrap v3.2.0
- Chosen v1.4.2
- DataTables 1.10.0-dev
- Nestable jQuery Plugin
- Lightbox for Bootstrap 3
- Font Awesome 4.1.0
- Metismenu 1.0.3
- morris.js v0.5.0
- bootbox.js v4.3.0
- Bootstrap datetimepicker
- CKEditor
- flow.js
Installation
-
Require this package in your composer.json and run composer update:
"sleeping-owl/admin": "dev-development" -
After composer update, add service providers to the
config/app.php'SleepingOwl\Admin\AdminServiceProvider', -
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', -
Run this command in terminal (if you want to know what exactly this command makes, see install command documentation):
$ php artisan admin:install
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.