EasyAdmin 4 Released

EasyAdmin 4, the latest version of the fast and beautiful admin generator for Symfony applications, is now available. Even if it’s a major release, most projects can upgrade from EasyAdmin 3.x without making a single change.

EasyAdmin 4.x doesn’t include any new feature different from the ones included in the recent 3.x releases. However, it increases the minimum requirements to PHP 8.0 and Symfony 5.4. We had to do this because we couldn’t make EasyAdmin 3.x compatible with Symfony 4.x, 5.x and 6.x.

In summary:

A minor but noticeable change in EasyAdmin 4.x is the new “Welcome Page”, which is what you see by default when generating a new EasyAdmin dashboard with the command php bin/console make:admin:dashboard

EasyAdmin 4 Welcome Page

A major feature removed in this version is the command that upgraded the YAML files used to configure EasyAdmin 2 into the PHP files used by EasyAdmin 3. If you are upgrading from EasyAdmin 2, upgrade first to 3.x version, generate the PHP files automatically and then, keep upgrading to 4.x.

Read the EasyAdmin 4 documentation to learn more about the changes and features of this version.