Laravel 5 Class 'form' not found

前端 未结 9 749
余生分开走
余生分开走 2020-11-29 02:42

I have added \"illuminate/html\": \"5.*\" to composer.json and ran \"composer update\".

  - Installing illuminate/html (v5.0.0)
    Loading from cache
         


        
9条回答
  •  执念已碎
    2020-11-29 03:20

    I have tried everything, but only this helped:

    php artisan route:clear
    php artisan cache:clear
    

提交回复
热议问题