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

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

saldanhakun/adminlte-bundle
===========================

Admin theme bundle for Symfony 7+ based on AdminLTE by Kevin Papst

v4.3.0(7mo ago)06MITJavaScriptPHP ^8.2

Since Sep 21Pushed 7mo agoCompare

[ Source](https://github.com/saldanhakun/AdminLTEBundle)[ Packagist](https://packagist.org/packages/saldanhakun/adminlte-bundle)[ Fund](https://paypal.me/kevinpapst)[ GitHub Sponsors](https://github.com/kevinpapst)[ RSS](/packages/saldanhakun-adminlte-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (19)Versions (9)Used By (0)

---

ESTE FORK É PARA COMPATIBILIDADE TEMPORÁRIA
===========================================

[](#este-fork-é-para-compatibilidade-temporária)

O AdminLTE foi construído com Symfony 4 em mente, já num contexto de atualização do SF2/3. Para uso em aplicações SF7+, ele é muito obsoleto. Porém, chega a ser funcional com alguns ajustes, em especial certas atualizações para Bootstrap 5.3+.

São todos pequenos probleminhas resolvíveis, e talvez justifiquem o esforço devido ao perfil das (minhas) aplicações que usam o AdminLTE.

Aviso original do Kevin sobre o repositório abandonado:
-------------------------------------------------------

[](#aviso-original-do-kevin-sobre-o-repositório-abandonado)

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:

```
