BeelabUserBundle
BeelabUserBundle copied to clipboard
:busts_in_silhouette: Simple user management for Symfony.
if you check for for: ` if (null !== $filter = $this->getFilterFormName()) ` then declaration / type hinting should be: ` protected function getFilterFormName(): ?string` Problem solved.
After upgrading from Symfony 3.3 to 4.1 with Flex I found my custom beelab templates were not found until I changed the bundle subdirectory to lowercase Symfony 3.3. path: `/app/Resources/BeelabUserBundle/views/Auth/login.html.twig`...
I think that we should refactor controllers to be services. Current docs suggest a way to override controllers by extending bundle, that is deprecated in Symfony 3.4 and removed in...