skip to Main Content

log out banned user in symfony? – PHP

How can I log out active session of banned user with Symfony? This is not working security: always_authenticate_before_granting: true this is error The security option "always_authenticate_before_granting" cannot be used when "enable_authenticator_manager" is set to true. If you rely on this…

VIEW QUESTION

Why I can't access to the paginator DTO in EasyAdmin? – PHP

I'm trying to access the EasyCorpBundleEasyAdminBundleDtoPaginatorDtoin my Crud Controller : public function __construct( private EntityManagerInterface $manager, private EntityRepository $entityRepository, private PaginatorDto $paginatorDto, ) { } But I've got this error => Cannot autowire service "AppControllerActivityActivityCrudController": argument "$paginatorDto" of method "__construct()"…

VIEW QUESTION
Back To Top
Search