PHPackages                             sbyaute/adminlte-make - 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/adminlte-make

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

sbyaute/adminlte-make
=====================

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

1.0.2(5y ago)012MITPHPPHP ^7.2.5

Since Nov 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sbyaute/adminlte-make)[ Packagist](https://packagist.org/packages/sbyaute/adminlte-make)[ RSS](/packages/sbyaute-adminlte-make/feed)WikiDiscussions main Synced today

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).

Fork from [Pretorien / AdminLTEMaker](https://github.com/pretorien/adminlte-maker)

Add :

- Personal templates
- Delete method with token and modal
- Modal option to create CRUD with modal

### 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/adminlte-maker
```

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

```
