urameshibr / laravel-adminLTE by LucasRodriguesBR

AdminLTE template applied to Laravel Scaffolding
22
1
2
Package Data
Maintainer Username: LucasRodriguesBR
Maintainer Contact: sergiturbadenas@gmail.com (Sergi Tur Badenas)
Package Create Date: 2016-10-05
Package Last Update: 2016-10-14
Language: JavaScript
License: MIT
Last Refreshed: 2024-04-17 15:09:17
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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

Total Downloads Latest Stable Version

#Requirements

Laravel 5.1 notes

By default this version of Laravel does not include default auth routes. See:

http://laravel.com/docs/5.1/authentication

You will have to add this lines at your routes.php file:

or:

and route to /home

Also be aware of using new style (endig with ::class) when adding AdminLTETemplateServiceProvider to config/app.php file:

##Installation

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

Add admint-lte Laravel package with:

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

Publish files with:

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

##First steps, database creation, migrations and login

Once package installed you have to follow the usual steps of any laravel project to Login to the admin interface:

  • Create a database. I recommend the use of laravel Homestead ()
  • Create .env file and configure database acces (database name, password, etc)
  • Run migrations with command $ php artisan migrate
  • Registera a first user and Login with it

##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
  • Add breadcrumps with: https://github.com/davejamesmiller/laravel-breadcrumbs

Packagist

https://packagist.org/packages/acacha/admin-lte-template-laravel

More info

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