Hello every one, so i was searching for a way to redirect my users having 'ROLE_ADMIN' to the Dashboard and i found this tutorial that seemed very easy to do:https://gist.github.com/FlYos/9828431
I fallowed the code step by step and when it comes to testing my work, I've got this error
FileLoaderLoadException in FileLoader.php line 130:
There is no extension able to load the configuration for "redirect.after.login" (in C:\xampp\htdocs\Woozeo\woozea\app/config\services.yml). Looked for namespace "redirect.after.login", found "framework", "security", "twig", "monolog", "swiftmailer", "doctrine", "sensio_framework_extra", "fos_user", "user", "pugx_multi_user", "gregwar_captcha", "assetic", "easy_admin", "debug", "web_profiler", "sensio_distribution" in C:\xampp\htdocs\Woozeo\woozea\app/config\services.yml (which is being imported from "C:\xampp\htdocs\Woozeo\woozea\app/config\config.yml").
Does any one have an idea on how to correct this error ? Thanks a lot.
The error makes me think that something is messing and that the service isn't seen !