We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8165ecd commit 4c2b3d0Copy full SHA for 4c2b3d0
src/ServiceProvider.php
@@ -14,6 +14,7 @@
14
use Symfony\Bridge\Twig\Form\TwigRenderer;
15
use Barryvdh\Form\Extension\EloquentExtension;
16
use Symfony\Bridge\Twig\Form\TwigRendererEngine;
17
+use Barryvdh\Form\Extension\FormValidatorExtension;
18
use Symfony\Component\Form\ResolvedFormTypeFactory;
19
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
20
use Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationExtension;
@@ -111,6 +112,7 @@ public function register()
111
112
$app->make(SessionExtension::class),
113
new HttpFoundationExtension(),
114
new EloquentExtension(),
115
+ new FormValidatorExtension(),
116
);
117
});
118
0 commit comments