/adminlte-laravel

A Laravel 5 package that switch default Laravel scaffolding/boilerplate to AdminLTE template

Primary LanguageJavaScriptMIT LicenseMIT

#AdminLTE template Laravel package A Laravel package that switch default Laravel scaffolding/boilerplate to AdminLTE template

Total Downloads Latest Stable Version

#Requirements

##Installation

First install Laravel (http://laravel.com/docs/5.0/installation) and then Create a new Laravel project:

 $ laravel new laravel-with-admin-lte
 $ cd laravel-with-admin-lte

Add admint-lte Laravel package with:

 $ composer require "acacha/admin-lte-template-laravel:0.*"

Register ServiceProvider editing config/app.php file and adding to providers array:

 
 // AdminLTE template provider
 'Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider',

Publish files with:

 $ php artisan vendor:publish --force --provider="Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider"

Use force to overwrite Laravel Scaffolding packages. That's all! Open the Laravel project in your browser or homestead machine and enjoy!

##AdminLTE

AdminLTE is a Free Premium Admin control Panel Theme That Is Based On Bootstrap 3.x created by Abdullah Almsaeed. See:

https://github.com/almasaeed2010/AdminLTE

Roadmap

  • Implement Facebook, Google and maybe twitter and github Login with Socialite
  • Add email html templates

Documentation TODO

  • Gulp file provided to compile Boostrap and AdminLTE less files
  • Partial views (html header, content header, footer, etc.) to easily reuse code

More info

http://acacha.org/mediawiki/AdminLTE#adminlte-laravel