You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
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
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
working Symfony 4.1 path:
/templates/bundles/BeelabUserBundle/auth/login.html.twig
NOT working Symfony 4.1 path:
/templates/bundles/BeelabUserBundle/Auth/login.html.twig
Since I did not overwrite every beelab template I get this error:
Unable to find template "@BeelabUser/user/new.html.twig" (looked into: /usr/share/nginx/html/symfony4.1/templates/bundles/BeelabUserBundle, /usr/share/nginx/html/symfony4.1/vendor/beelab/user-bundle/Resources/views).
The text was updated successfully, but these errors were encountered: