4

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

Mohit Sharma
  • 331
  • 2
  • 11

1 Answers1

16

I have resolved it by using the following command -

composer dumpautoload

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

Mohit Sharma
  • 331
  • 2
  • 11