polymorph-project/simpleadmin-bundle

Admin generator for Symfony applications

Fund package maintenance!
javiereguiluz

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1 010

Type:symfony-bundle

v3.5.14 2021-11-16 07:04 UTC

This package is auto-updated.

Last update: 2024-04-11 21:10:23 UTC


README

EasyAdmin creates administration backends for your Symfony applications with unprecedented simplicity.

Symfony Backends created with EasyAdmin

Features

  • CRUD operations on Doctrine entities (create, edit, list, delete).
  • Full-text search, pagination and column sorting.
  • Supports Symfony 4.1 or higher
  • Translated into tens of languages.
  • Fast, simple and smart where appropriate.

Requirements

  • Symfony 4.1 or higher applications.
  • Doctrine ORM entities (Doctrine ODM not supported).
  • Entities with composite keys or using inheritance are not supported.

Versions

  • 1.x version: no longer maintained. Recommended only for legacy projects using a Symfony version prior to 4.1;
  • 2.x version: the current stable version. Recommended for all projects using Symfony 4.1 or newer;
  • 3.x version: it's still in early development. Don't use it in any project yet.

Demo Application

easy-admin-demo is a complete Symfony application created to showcase EasyAdmin features.

License

This software is published under the MIT License