Issue
I am using laravel 5.8
and trying to use Form
and when I load the page it outputs the error: class Form not found
. Is there a way to fix this in version 5.8
I've searched for solutions and all I can find is a fix for other versions.
Thanks!
Solution
I think you want to use LaravelCollective Form. If so, you have to add it with composer. Check the documentation here.
Answered By - Rouhollah Mazarei
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.