library sleeping-owl-admin-php7-fix
Aministrative interface builder for Laravel.
alexforce2/sleeping-owl-admin-php7-fix
Aministrative interface builder for Laravel.
- Thursday, April 20, 2017
- by alexforce2
- Repository
- 1 Watchers
- 0 Stars
- 106 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Laravel 5 Admin Module
, (*1)
Note: this is development version. If you are looking for stable version check out master branch., (*2)
SleepingOwl Admin is administrative interface builder for Laravel., (*3)
It includes:, (*4)
Installation
-
Require this package in your composer.json and run composer update:, (*5)
"sleeping-owl/admin": "dev-development"
-
After composer update, add service providers to the config/app.php, (*6)
'SleepingOwl\Admin\AdminServiceProvider',
-
Add this to the facades in config/app.php:, (*7)
'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):, (*8)
$ php artisan admin:install
Documentation
Documentation can be found at sleeping owl documentation., (*9)
Demo Application
View live demo., (*10)
Support Library
You can donate via PayPal, Yandex money (410012943296949) or in BTC: 13k36pym383rEmsBSLyWfT3TxCQMN2Lekd, (*11)
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., (*12)