PHPackages                             pretorien/adminlte-maker - 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. pretorien/adminlte-maker

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

pretorien/adminlte-maker
========================

AdminLTE Maker helps you create controllers and templates boostraped for AdminLTE theme bundle

0.1.2(5y ago)17462[3 issues](https://github.com/pretorien/adminlte-maker/issues)MITPHPPHP ^7.1.3

Since Apr 20Pushed 4y ago2 watchersCompare

[ Source](https://github.com/pretorien/adminlte-maker)[ Packagist](https://packagist.org/packages/pretorien/adminlte-maker)[ RSS](/packages/pretorien-adminlte-maker/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (15)Versions (5)Used By (0)

AdminLTEMaker bundle for Symfony 4 &amp; 5
==========================================

[](#adminltemaker-bundle-for-symfony-4--5)

This repository contains AdminLTEMaker bundle which helps you create controller skeletons and templates based on [AdminLTE bundle](https://github.com/kevinpapst/AdminLTEBundle) and [DataTables bundle](https://github.com/omines/datatables-bundle).

### Minimum requirements

[](#minimum-requirements)

- Symfony 4.0
- PHP 7.1.3
- Twig 2.0
- [AdminLTE bundle](https://github.com/kevinpapst/AdminLTEBundle)
- [DataTables bundle](https://github.com/omines/datatables-bundle)

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

[](#installation-with-composer)

Installation using composer :

```
   composer require pretorien/adminlte-maker
```

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

```
