PHPackages                             kaistaerk/adminlte-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. kaistaerk/adminlte-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

kaistaerk/adminlte-bundle
=========================

Admin theme bundle for Symfony 4+ based on AdminLTE 2.4 with FOSUserBundle support

0123↓50%PHP

Since Jan 6Pushed 2y agoCompare

[ Source](https://github.com/kaistaerk/AdminLTEBundle)[ Packagist](https://packagist.org/packages/kaistaerk/adminlte-bundle)[ RSS](/packages/kaistaerk-adminlte-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

---

THIS BUNDLE IS NOT MAINTAINED ANYMORE
=====================================

[](#this-bundle-is-not-maintained-anymore)

The used AdminLTE version is old. Both: supported Symfony and PHP version are EOL.

Issues, bug requests and even pull requests will not neither be answered nor merged.

If you are looking for a modern alternative, check out the Tabler bundle at:

---

[![Latest Stable Version](https://camo.githubusercontent.com/63496df4f8b5c54ce12dfb2aa383c316c5faf6a2b41c2e29ae0ea4603adf0d8c/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e70617073742f61646d696e6c74652d62756e646c652f762f737461626c65)](https://packagist.org/packages/kevinpapst/adminlte-bundle)[![Total Downloads](https://camo.githubusercontent.com/74d1483dc3c18a080539ef9bcb879a554b50aaddb9ded63622b2b2361341c623/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e70617073742f61646d696e6c74652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/kevinpapst/adminlte-bundle)[![License](https://camo.githubusercontent.com/12daa3f617d418d44247120f791adb31f323a9f517a5b5c5cc8a09306bbf3a70/68747470733a2f2f706f7365722e707567782e6f72672f6b6576696e70617073742f61646d696e6c74652d62756e646c652f6c6963656e7365)](LICENSE)

AdminLTE Bundle for Symfony
===========================

[](#adminlte-bundle-for-symfony)

This repository contains an upgraded version of the AvanzuAdminThemeBundle, bringing the AdminLTE theme to Symfony 4.

Introduction
------------

[](#introduction)

- [Documentation](Resources/docs/) - How to install, use and enjoy this bundle
- [Demo app](https://github.com/kevinpapst/AdminLTEBundle-Demo) - Demo application using this bundle
- [Kimai time-tracking](https://github.com/kimai/kimai) - online time-tracking app using this bundle and Symfony 4

### Minimum requirements

[](#minimum-requirements)

- Symfony 4.3
- PHP &gt; 7.2
- Twig 2.0

**Compatibility:**

Version 3.x should be compatible with Symfony 5 and PHP 8, [please leave your feedback](https://github.com/kevinpapst/AdminLTEBundle/issues/144).

- Version 3.x is only compatible with Symfony &gt;= 4.3
- Version 2.x of this bundle is compatible with Symfony &lt; 4.3

Features
--------

[](#features)

Some of the main features of this theme bundle:

- Two main layouts for main application and security (login, forgot password, register account...)
- Support for Symfony 4.x
- Support for KNPMenuBundle
- Support for FOSUserBundle
- Webpack-Encore support for building assets
- Event-driven handling of menu entries, tasks and notifications
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese, slovakian, basque, polish, esperanto, hebrew, romanian (please help translating it to more languages)
- Based on AdminLTE 2.4.8
- Using FontAwesome 5

Installation with Symfony Flex
------------------------------

[](#installation-with-symfony-flex)

Installation using Symfony flex:

```
composer config extra.symfony.allow-contrib true
composer req "kevinpapst/adminlte-bundle:^3.0"
```

Installation with Composer
--------------------------

[](#installation-with-composer)

Installation using the "traditional" composer approach:

```
   composer require kevinpapst/adminlte-bundle ^3.0
```

Afterwards copy the default config to your `config/packages/` directory:

```
cp vendor/kevinpapst/adminlte-bundle/config/packages/admin_lte.yaml config/packages/
```

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
