Integrate Admin LTE with laravel

user5122725 picture user5122725 · Mar 22, 2016 · Viewed 9k times · Source

How to integrate/embed Admin LTE with laravel 5.2. I have found tutorials but can't get..Can anyone tell the procedure step by step. I have installed the latest laravel version which is 5.2.

Answer

Abin Rimal picture Abin Rimal · Mar 30, 2016

At first ensure that nodejs and git is installed on your system.

After that go inside the folder where you have installed laravel

then you need to Install Bower by

npm install -g bower

Then install AdminLte by

bower install admin-lte

You can also follow the link here

https://almsaeedstudio.com/blog/integrate-adminlte-with-laravel