Laravel ClassLoader trying to load an old version of class throws an error 'failed to open stream: No such file or directory'
How to solve this problem?
Clear composer cache and then run composer dump-autoload.
How to solve this problem?
Clear composer cache and then run composer dump-autoload.
composer clear-cache
composer dump-autoload
No comments:
Post a Comment