File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Accessible forms in Laravel and Symfony.
1010Add any notes here on problems to solve:
1111
1212- What helpers do we need to make form generation easier?
13+ - Page title Twig filter needs updating to detect number of form validation issues
1314- Twig in Barryvdh\Form appears to be installed separately to TwigBridge - is this an issue? Twig extension appears to be available for both.
1415- Can we automate adding the template paths, currently copy config/form.php across
1516
@@ -54,7 +55,7 @@ return [
5455];
5556```
5657
57- To enable TwigExtension in your normal Twig templates (not form twig templates at present) edit ` config/twibridge .php `
58+ To enable TwigExtension in your normal Twig templates (not form twig templates at present) edit ` config/twigbridge .php `
5859
5960``` php
6061return [
You can’t perform that action at this time.
0 commit comments