TypiCMS / Base

Multilingual CMS built with Laravel.
MIT License
1.4k stars 404 forks source link

Form::text() not working outside vendor directory #262

Closed bibekstan closed 1 year ago

bibekstan commented 1 year ago

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?

sdebacker commented 1 year ago

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