Resources
Everything around the AdminLTE 4 Drupal theme — the drupal.org project, the source repository, the upstream template, and how to get help.
Project links
| Resource | Link |
|---|---|
| Drupal.org project | drupal.org/project/adminlte |
| Repository (GitHub) | github.com/ColorlibHQ/adminlte-drupal |
| Source (drupal.org Git) | git.drupalcode.org/project/adminlte |
| Issues | drupal.org/project/issues/adminlte |
| AdminLTE (template home) | adminlte.io |
| AdminLTE core (HTML/Bootstrap) | github.com/ColorlibHQ/AdminLTE |
Install
composer require drupal/adminlte
drush theme:enable adminlte
License
Released under the GPL-2.0-or-later license, per Drupal.org requirements. The bundled AdminLTE, Bootstrap and Bootstrap Icons assets are MIT-licensed (GPL-compatible). See the LICENSE file in the repository.
Reporting issues
Found a bug or have a feature request? Open an issue on the drupal.org issue queue (or the GitHub mirror). When reporting, please include:
- Your Drupal core and PHP versions (the theme requires Drupal 10.3+ / 11).
- The theme version and how you installed it (Composer or manual).
- A minimal reproduction — the admin screen affected, the colour mode, and any errors from Reports → Recent log messages.
Known limitations
- The bridge CSS covers common form/button/table markup; very complex admin screens (Views UI drag-and-drop, Field UI, Media Library) may benefit from extra styling.
- Gin-style toolbar coexistence is not specifically tuned — the core admin toolbar is.
Related ports
AdminLTE 4 is offered as official ports across many stacks — the same dashboard, native to each ecosystem:
The Drupal theme was requested in ColorlibHQ/AdminLTE#6057 and is built on AdminLTE 4 by Colorlib. Issues and patches are welcome.
AdminLTE 4 · Drupal port
Edit on GitHub