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>`.
.. toctree::
:maxdepth: 1
dashboards
crud
design
fields
filters
actions
security
events
upgrade
EasyAdmin requires the following:
- PHP 7.2 or higher;
- Symfony 4.4 or higher;
- Doctrine ORM entities (Doctrine ODM is not supported).
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>`.