sleeping-owl / admin-lte-template
AdminLTE template for sleeping-owl/admin.
Installs: 5 533
Dependents: 0
Suggesters: 1
Security: 0
Stars: 28
Watchers: 4
Forks: 11
Open Issues: 4
Language:CSS
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-16 20:41:40 UTC
README
AdminLTE is a free bootstrap admin template from Almsaeed Studio. ###Important Notes: ######Currently only works on sleeping-owl/admin with development tag
Installation
-
Require this package in your composer.json and run composer update:
"sleeping-owl/admin-lte-template": "dev-master"
-
After composer update, add service providers to the
config/app.php
'SleepingOwl\AdminLteTemplate\AdminLteTemplateServiceProvider',
-
Publish assets:
$ php artisan vendor:publish --provider=SleepingOwl/Admin/AdminLteTemplateServiceProvider --tag=assets-lte
-
Change current template in admin config (
config/admin.php
):'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.