BeelabUserBundle icon indicating copy to clipboard operation
BeelabUserBundle copied to clipboard

:busts_in_silhouette: Simple user management for Symfony.

Results 3 BeelabUserBundle issues
Sort by recently updated
recently updated
newest added

if you check for for: ` if (null !== $filter = $this->getFilterFormName()) ` then declaration / type hinting should be: ` protected function getFilterFormName(): ?string` Problem solved.

question

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

enhancement