sleeping-owl/admin-lte-template

AdminLTE template for sleeping-owl/admin.

Maintainers

👁 sleeping-owl

Package info

github.com/sleeping-owl/admin-lte-template

Homepage

Language:CSS

pkg:composer/sleeping-owl/admin-lte-template

Statistics

Installs: 5 534

Dependents: 0

Suggesters: 1

Stars: 28

Open Issues: 4

dev-master 2015-09-03 19:03 UTC

Requires

  • php: >=5.4.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0298c53eb120dab7185dbcdddb8ba60ed62044d7

  • Sleeping Owl <owl.sleeping.woop@yahoo.com>

admintemplatecrudlaraveladministrator

This package is auto-updated.

Last update: 2026-06-17 00:17:08 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

  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.