Laravel 9 Form Class Not Found

Jul 12, 2022 . Admin


If you are fetch error class 'form' not found in laravel 9 then i will help you how to solve form class not found error in laravel 9. i will give you solution for laravel 9 using laravelcollective/html package.

Sometime you just copy and paste some other project code then you will found this types of error because of you forgot to use laravelcollective/html composer package that other guys used. But i will help you how to solve this error in laravel 9.

Using below command you can install latest and supported version of "laravelcollective html"

composer require laravelcollective/html

then update composer using following command

composer require laravelcollective/html

It will help you..

#Laravel 9 #Laravel