PHPackages                             sbyaute/adminltemaker - 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. sbyaute/adminltemaker

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

sbyaute/adminltemaker
=====================

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

1.0.2(5y ago)020MITPHPPHP &gt;=7.1.3

Since Dec 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sbyaute/adminltemaker)[ Packagist](https://packagist.org/packages/sbyaute/adminltemaker)[ RSS](/packages/sbyaute-adminltemaker/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (11)Versions (4)Used By (0)

AdminLTEMaker bundle for Symfony 5
==================================

[](#adminltemaker-bundle-for-symfony-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 5.0
- PHP 7.2
- 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 sbyaute/adminltemaker
```

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

```
