jetcms / sleeping-owl-admin-lte-template by Suroviy
forked from sleeping-owl/admin-lte-template

AdminLTE template for sleeping-owl/admin.
36
0
2
Package Data
Maintainer Username: Suroviy
Maintainer Contact: owl.sleeping@yahoo.com (Sleeping Owl)
Package Create Date: 2015-11-05
Package Last Update: 2015-11-05
Home Page: https://github.com/sleeping-owl/admin
Language: CSS
License: MIT
Last Refreshed: 2024-03-26 15:03:18
Package Statistics
Total Downloads: 36
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

AdminLTE template for sleeping-owl/admin

AdminLTE is a free bootstrap admin template from Almsaeed Studio. ###Important Notes: ######Currently only works on sleeping-owl/admin with development tag

Installation

  1. Require this package in your composer.json and run composer update:

    "sleeping-owl/admin-lte-template": "dev-master"
    
  2. After composer update, add service providers to the config/app.php

    'SleepingOwl\AdminLteTemplate\AdminLteTemplateServiceProvider',
    
  3. Publish assets:

    $ php artisan vendor:publish --provider=SleepingOwl/Admin/AdminLteTemplateServiceProvider --tag=assets-lte
    
  4. 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.