PHPackages                             udan/admin-lte-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. udan/admin-lte-bundle

ActiveLibrary[Admin Panels](/categories/admin)

udan/admin-lte-bundle
=====================

Admin Theme based on the AdminLTE Template for easy integration into symfony

1.3.4(10y ago)159MITPHPPHP &gt;=5.3.0

Since Aug 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/udan/AdminLTEBundle)[ Packagist](https://packagist.org/packages/udan/admin-lte-bundle)[ RSS](/packages/udan-admin-lte-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (17)Used By (0)

AdminThemeBundle
================

[](#adminthemebundle)

Admin Theme based on the AdminLTE Template for easy integration into symfony. This bundle integrates several commonly used javascripts and the awesome [AdminLTE Template](https://github.com/almasaeed2010/AdminLTE).

Installation
------------

[](#installation)

Installation using composer is really easy: this command will add `"avanzu/admin-theme-bundle": "~1.3"` to your composer.json and will download the bundle:

```
php composer.phar require avanzu/admin-theme-bundle

```

*Notice: if you prefer to stay with the AdminLTE theme v1.x, manually reference `"avanzu/admin-theme-bundle": "~1.1"` in composer.json `"require"` part and run `php composer.phar update`*

Enable the bundle in your kernel:

```
