Easy Admin - MiguelFieira/AMO-HANDBOEK GitHub Wiki

THIS PAGE IS NOT DONE YET, USE IT AT YOUR OWN RISK!

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).

Configuring Easy Admin

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

result composer

// You should get this result and continue with the tutorial

2. Navigate to config/packages/easy_admin.yaml and uncomment the following code

uncomment the following

2.1 Change the entity URL to match your entities

add your entities

2.2 Congrats! You are ready to use Easy Admin. Go to /admin in your Symfony application see your result

result adding Easy Admin

⚠️ **GitHub.com Fallback** ⚠️