EasyAdmin ========= [![Tests][1]][2] [![Code Quality][3]][4] [![Code Coverage][5]][6] [![Symfony 2.x and 3.x][7]][8] EasyAdmin creates administration backends for your Symfony applications with unprecedented simplicity. Symfony Backends created with EasyAdmin * [Installation](#installation) * [Creating Your First Backend](#your-first-backend) * [Documentation][9] * [Demo application](#demo-application) **Features** * **CRUD** operations on Doctrine entities (create, edit, list, delete). * Full-text **search**, **pagination** and column **sorting**. * Fully **responsive** design (smartphones, tablets and desktops). * Supports Symfony 2.x and 3.x. * Translated into tens of languages. * **Fast**, **simple** and **smart** where appropriate. **Requirements** * Symfony 2.3+ or 3.x applications (Silex not supported). * Doctrine ORM entities (Doctrine ODM and Propel not supported). * Entities with composite keys or using inheritance are not supported. Documentation ------------- [Read the EasyAdminBundle documentation at symfony.com][9]. Demo Application ---------------- [easy-admin-demo](https://github.com/javiereguiluz/easy-admin-demo) is a complete Symfony application created to showcase EasyAdmin features. Installation ------------ ### Step 1: Download the Bundle ```bash $ composer require javiereguiluz/easyadmin-bundle ``` 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 ```php