Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.45 KB

File metadata and controls

58 lines (41 loc) · 1.45 KB

EasyAdmin

WARNING: You are browsing the documentation for EasyAdmin 3.x, which has just been released. Switch to EasyAdmin 2.x docs if your application has not been upgraded to EasyAdmin 3 yet.

EasyAdmin creates beautiful administration backends for your Symfony applications. It's free, fast and fully documented.

If you already used previous EasyAdmin versions, beware that EasyAdmin 3 uses a brand new architecture and it's incompatible with previous versions. However, there's a command to :doc:`upgrade from EasyAdmin 2 to EasyAdmin 3 automatically </upgrade>`.

Table of Contents

.. toctree::
    :maxdepth: 1

    dashboards
    crud
    design
    fields
    filters
    actions
    security
    events
    upgrade

Technical Requirements

EasyAdmin requires the following:

  • PHP 7.2 or higher;
  • Symfony 4.4 or higher;
  • Doctrine ORM entities (Doctrine ODM is not supported).

Installation

Run the following command to install EasyAdmin in your application:

$ composer require easycorp/easyadmin-bundle

Now you are ready to :doc:`create your first Dashboard </dashboards>`.