-1

I am developing a laravel 5 app. In my code I inject a class that I created in App/Utilities/class.php. On my homestead machine it's working fine, I pushed the files to a server hosted on Digital ocean using forge and everything worked perfectly until 3 days ago when I start getting Class not Found error.

Have you ever been in such an error ? How could you fix it ?

arakibi
  • 441
  • 7
  • 24

1 Answers1

0

Perhaps it is a composer autoloading issue. Try this:

composer dump-autoload -o
WebSpanner
  • 424
  • 3
  • 13