Easy Admin - MiguelFieira/AMO-HANDBOEK GitHub Wiki
Symfony is a PHP framework for web applications and a set of reusable PHP components. Symfony is used by thousands of web applications (including BlaBlaCar.com and Spotify.com) and most of the popular PHP projects (including Drupal and Magento).
Notice! You must have created entities to use Easy Admin.
Setup
1. After creating a project and adding entities run the following command in your terminal.
composer require admin// This will install all dependencies required for the Bundle
// You should get this result and continue with the tutorial
2. Navigate to config/packages/easy_admin.yaml and uncomment the following code
2.1 Change the entity URL to match your entities
2.2 Congrats! You are ready to use Easy Admin. Go to /admin in your Symfony application see your result



