We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony changed best practices about bundle directory structure. See https://symfony.com/doc/current/bundles/best_practices.html#directory-structure. Templates are now expected to be in /templates same as for projects instead or Resources/views.
/templates
Resources/views
Problem is that plugin does not detect templates in new directory and so I'm forced to add templates path manually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symfony changed best practices about bundle directory structure.
See https://symfony.com/doc/current/bundles/best_practices.html#directory-structure.
Templates are now expected to be in
/templates
same as for projects instead orResources/views
.Problem is that plugin does not detect templates in new directory and so I'm forced to add templates path manually.
The text was updated successfully, but these errors were encountered: