I'm running a symfony 5.2 project. I choose to use EasyAdmin 3 for the Dashboard creation.
I followed symfony documentation and typed the following command:
composer require easycorp/easyadmin-bundle
It created a DashboardController class which extends AbstractDashboardController.
Unfortunately this EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractDashboardController does not exist. VsCode doesn't find its definition and when i run my project i got a "service not found" error.
Does anybody have any idea of what's happening to me? I looked on the internet but didn't found something relevant. My composer is up-to-date.