Monday, September 24, 2018

How to install admin template in laravel 5.X

Integrate AdminLTE with Laravel 5

  1. Install:
       - 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
https://adminlte.io/blog/integrate-adminlte-with-laravel

  1. Run