sleeping-owl/admin-lte-template

AdminLTE template for sleeping-owl/admin.
5,534 29
Install
composer require sleeping-owl/admin-lte-template
PHP:>=5.4.0
License:MIT
Last Updated:Sep 3, 2015
Links: GitHub  ·  Packagist
Maintainer: sleeping-owl

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.

Related Packages

jetcms/sleeping-owl-admin-lte-template

AdminLTE template for sleeping-owl/admin.

39 0
agelxnash/owl-admin

Custom fields for sleeping-owl/admin

931 1
serverfireteam/panel

Admin panel for Laravel applications

32,265 424
serverfireteam/rapyd-laravel

crud widgets for laravel 5.1, to make an admin in few lines of code

32,808 4