library sleeping-owl-admin-lte-template
AdminLTE template for sleeping-owl/admin.
jetcms/sleeping-owl-admin-lte-template
AdminLTE template for sleeping-owl/admin.
- Thursday, November 5, 2015
- by Suroviy
- Repository
- 1 Watchers
- 0 Stars
- 30 Installations
- CSS
- 1 Dependents
- 0 Suggesters
- 13 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
AdminLTE template for sleeping-owl/admin
AdminLTE is a free bootstrap admin template from Almsaeed Studio., (*1)
Important Notes:
Installation
-
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',
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., (*6)