Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel 5.3 - ErrorException in ClassLoader.php line 414

I am using Laravel 5.3. I have just installed intervention/image package in my project. Everything is working fine but I am facing an error on a page. I have searched a lot to resolve it but i am unable to solve it. Can anyone help me to resolve this issue. The Larave 5.3 error i'm facing is:

ErrorException in ClassLoader.php line 414:
include(/opt/lampp/htdocs/stellarWinds/vendor/composer/../../app/Http/FunnelStepsController.php): failed to open stream: No such file or directory

It was working good before i installed intervention/image

like image 247
Mohit Sharma Avatar asked Dec 02 '22 13:12

Mohit Sharma


1 Answers

I have resolved it by using the following command -

composer dumpautoload

Thank You "D Coder" and "jaysingkar" for your help.

like image 57
Mohit Sharma Avatar answered Dec 26 '22 08:12

Mohit Sharma