procoders/admin
| Install | |
|---|---|
composer require procoders/admin |
|
| Latest Version: | 2.0.43 |
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | Sep 10, 2015 |
| Links: | GitHub · Packagist |
Laravel 5 Admin Module
Note: if you are looking for the version for Laravel 4.2 check out laravel-4.2 branch.
SleepingOwl Admin is administrative interface builder for Laravel.
It includes:
- sb-admin-2 template
- jQuery 1.11.0
- Bootstrap v3.2.0
- Bootstrap Multiselect v0.9.8
- DataTables 1.10.0-dev
- 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
Installation
-
Require this package in your composer.json and run composer update (or run
composer require sleeping-owl/admindirectly):"sleeping-owl/admin": "2.*" -
After composer update, add service providers to the
config/app.php'SleepingOwl\Admin\AdminServiceProvider', 'Illuminate\Html\HtmlServiceProvider', -
Add this to the facades in
config/app.php:'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', -
Run this command in terminal (if you want to know what exactly this command makes, see install command documentation):
$ php artisan admin:install
Documentation
Documentation can be found at sleeping owl documentation.
You can also find it in the /src/docs directory.
Demo Application
View live demo.
Support Library
You can donate via PayPal or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd
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.
Related Packages
crud widgets for laravel 5.1, to make an admin in few lines of code