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
Hi @barryvdh and community
What I've done: I've overridden/extended the bootstrap 4 template. config/form.php
[ 'theme' => 'bootstrap_4_customization.html.twig', 'template_directories' => [ resource_path('views/form') ]
resources/views/form/bootstrap_4_customization.html.twig
{% extends 'bootstrap_4_layout.html.twig' %} {% block form_row -%} ...
What's the question/issue: Is it right that changes made at the template do not trigger a rebuild of the twig cached files?
Is there a way to configure such a cache rebuild or is this an issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @barryvdh and community
What I've done:
I've overridden/extended the bootstrap 4 template.
config/form.php
resources/views/form/bootstrap_4_customization.html.twig
What's the question/issue:
Is it right that changes made at the template do not trigger a rebuild of the twig cached files?
Is there a way to configure such a cache rebuild or is this an issue?
The text was updated successfully, but these errors were encountered: