| Package Data | |
|---|---|
| Maintainer Username: | ivanoff4eg |
| Maintainer Contact: | owl.sleeping@yahoo.com (Sleeping Owl) |
| Package Create Date: | 2015-05-22 |
| Package Last Update: | 2015-09-10 |
| Home Page: | http://sleeping-owl.github.io/ |
| Language: | JavaScript |
| License: | MIT |
| Last Refreshed: | 2025-11-17 03:02:37 |
| Package Statistics | |
|---|---|
| Total Downloads: | 223 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 8 |
| Total Watchers: | 6 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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:
Require this package in your composer.json and run composer update (or run composer require sleeping-owl/admin directly):
"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 can be found at sleeping owl documentation.
You can also find it in the /src/docs directory.
View live demo.
You can donate via PayPal or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd
Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details.