How do I install LTE admin?

AdminLTE can be installed using multiple methods. Pick your favorite method from the list below. How do I install LTE admin is an easy to answer question!!!

Download

Go to AdminLTE search page and select the version you prefer to install. Download the theme.

Command Line

Via NPM

npm install admin-lte --save

Via Bower

bower install admin-lte

If bower asks which version of jQuery to use, choose version 3 or above.

Via Composer

composer require "almasaeed2010/adminlte=~2.4"

Via Git

  • Fork the AdminLTE repository (guide).
  • Clone to your machine.git clone https://github.com/YOUR_USERNAME/AdminLTE.git

Leave a Reply