There are multiple ways to install AdminLTE.
Always Recommended to download from GitHub latest release AdminLTE 4 for bug free and latest features.\ Visit the releases page to view the changelog.\ Legacy Releases are AdminLTE 3 / AdminLTE 2 / AdminLTE 1.
Important Note: You needed to add separately cdn links for plugins in your project.
<script src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-alpha2/dist/js/adminlte.min.js" integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-alpha2/dist/css/adminlte.min.css" integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg=" crossorigin="anonymous">
Important Note: To install it via npm/Yarn, you need at least Node.js 14 or higher.
npm install admin-lte@4.0.0-alpha2 --save
yarn add admin-lte@4.0.0-alpha2
composer require "almasaeed2010/adminlte=4.0.0-alpha2"
git clone https://github.com/ColorlibHQ/AdminLTE.git