I have started a project with Laravel 6.4 but getting form error with 6.4 version I have checked some relevant solutions but none of them worked with this version.
Any help will be appreciated
I have started a project with Laravel 6.4 but getting form error with 6.4 version I have checked some relevant solutions but none of them worked with this version.
Any help will be appreciated
Laravel does not come with any Form/Html Building package. You are looking for laravelcollective/html
.