TypiCMS/Base

Form::text() not working outside vendor directory

bibekstan opened this issue · 1 comments

I have created a directory let say front inside views that has blades of frontend. In those blades I wanted to use laravel default form builder Form::text() but it's getting be error as Target class [typicms.form.errorstore] does not exist.
However it's working fine on backend/admin side.
If I install laravel collective package it works on frontend but the backend gets the error.
How to use Form::text() in view/front/*.blade.php files?

Hello, I think that TypiCMS is not compatible with Laravel collective Form class.