Mohit Sharma
Mohit Sharma

Reputation: 331

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

Upvotes: 4

Views: 9803

Answers (1)

Mohit Sharma
Mohit Sharma

Reputation: 331

I have resolved it by using the following command -

composer dumpautoload

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

Upvotes: 16

Related Questions