PHPackages                             maci/admin-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. maci/admin-bundle

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

maci/admin-bundle
=================

A Symfony Admin Generator Bundle by Maci

v0.6.1(8y ago)2375MITPHP

Since Feb 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/maci1011/MaciAdminBundle)[ Packagist](https://packagist.org/packages/maci/admin-bundle)[ Docs](https://github.com/maci1011/MaciAdminBundle)[ RSS](/packages/maci-admin-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

MaciAdminBundle
===============

[](#maciadminbundle)

[![Symfony Backends created with MaciAdmin](https://github.com/maci1011/MaciAdminBundle/raw/master/Resources/doc/images/maciadmin-promo.png)](https://github.com/maci1011/MaciAdminBundle/raw/master/Resources/doc/images/maciadmin-promo.png)

MaciAdminBundle lets you simply create administration backends for Symfony 4 applications.

### Warning: this is an alpha version under development.

[](#warning-this-is-an-alpha-version-under-development)

### Missing:

[](#missing)

- tests
- filters (but there is the search)
- more examples in documentation
- some other little thing

### Features:

[](#features)

- sections for differents roles
- entities actions: list, new, trash, show, edit, relations, remove, uploader and reorder
- entities relations: list, set/add, remove (item/association), uploader and reorder

**Requirements**
----------------

[](#requirements)

- SUPPORTS SYMFONY 4.4
- Doctrine ORM entities (Doctrine ODM and Propel not supported).

> **❮ NOTE ❯** you are reading the documentation of the bundle's **development** version.

Installation
------------

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

```
$ composer require maci/admin-bundle:dev-master
```

This command requires you to have Composer installed globally, as explained in the [Composer documentation](https://getcomposer.org/doc/00-intro.md).

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

```
