Skip to content

rricote/admin-lte-template

This branch is 3 commits behind sleeping-owl/admin-lte-template:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee5e90c · Jul 20, 2015

History

17 Commits
Apr 29, 2015
Jul 20, 2015
Apr 29, 2015
May 5, 2015
Apr 29, 2015

Repository files navigation

AdminLTE template for sleeping-owl/admin

AdminLTE is a free bootstrap admin template from Almsaeed Studio.

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.

About

AdminLTE template for sleeping-owl/admin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.2%
  • JavaScript 15.0%
  • PHP 12.8%