dev-master
9999999-dev http://sleeping-owl.github.ioAdminLTE template for sleeping-owl/admin.
MIT
The Requires
- php >=5.4.0
by Sleeping Owl
laravel template crud admin administrator
AdminLTE template for sleeping-owl/admin.
AdminLTE is a free bootstrap admin template from Almsaeed Studio., (*1)
Require this package in your composer.json and run composer update:, (*2)
"sleeping-owl/admin-lte-template": "dev-master"
After composer update, add service providers to the config/app.php
, (*3)
'SleepingOwl\AdminLteTemplate\AdminLteTemplateServiceProvider',
Publish assets:, (*4)
$ php artisan vendor:publish --provider=SleepingOwl/Admin/AdminLteTemplateServiceProvider --tag=assets-lte
Change current template in admin config (config/admin.php
):, (*5)
'template' => 'SleepingOwl\AdminLteTemplate\Template',
Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details., (*6)
AdminLTE template for sleeping-owl/admin.
MIT
laravel template crud admin administrator