Download the PHP package maci/admin-bundle without Composer
On this page you can find all versions of the php package maci/admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maci/admin-bundle
More information about maci/admin-bundle
Files in maci/admin-bundle
Package admin-bundle
Short Description Symfony MaciAdminBundle
License MIT
Homepage https://github.com/maci1011/MaciAdminBundle
Informations about the package admin-bundle
MaciAdminBundle

MaciAdminBundle lets you simply create administration backends for Symfony 4 applications.
Warning: this is an alpha version under development.
Missing:
- tests
- filters (but there is the search)
- more examples in documentation
- some other little thing
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
- 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
Step 1: Download the Bundle
This command requires you to have Composer installed globally, as explained in the Composer documentation.
Step 2: Enable the Bundle
Step 3: Load the Routes of the Bundle
Step 4: Set the thumbnails size for the "list" pages (for entities with a preview)
Step 5: Prepare the Web Assets of the Bundle
That's it! Now everything is ready to create your first admin backend.
Your First Backend
Creating your first backend will take you less than 30 seconds. Let's suppose
that your Symfony application defines three Doctrine ORM entities called
Product
, Category
and Page
.
Open the app/config/config.yml
file and add the following configuration:
Congratulations! You've just created your first fully-featured backend!
Browse the /mcm
URL in your Symfony application and you'll get access to
the admin backend:
Full configuration
License
This software is published under the MIT License