AdminLTE template Laravel 5 package
A Laravel 5 package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing Page
See demo here:
http://demo.adminlte.acacha.org/
Installation & use
So easy to install! Install globally with composer:
composer global require "acacha/adminlte-laravel-installer=~2.0"
And convert any Laravel fresh (no need of fresh installation now thanks to Acacha/llum) installation to AdminLTE/Pratt with:
laravel new laravel-with-admin-lte
cd laravel-with-admin-lte
adminlte-laravel install
Enjoy! If you want you can use llum
llum boot
```bash
To start using you Laravel with AdminLTE project. Llum will configure database (sqlite),execute migrations, install devtools and serve for you.
More info about llum commands in Github Acacha/llum.
Requirements
This packages use (no need to install):
-
AdminLTE. You can see and AdminLTE theme preview at: http://almsaeedstudio.com/preview/
-
Pratt. Pratt Landing Page
-
Acacha/llum. Easy Laravel packages installation (and other tasks). Used to modify config/app.php file without using stubs (so you changes to this file would be respected)
This package assumes that you have in path your composer bin folder:
/YOUR_PATH_TO_HOME/.composer/vendor/bin
For example adding this line:
```bash
export PATH=${PATH}:~/.composer/vendor/bin
to your ~/.bashrc file
Link: