failed to open stream: No such file or directory (Laravel)
Try
php artisan config:cache && php artisan config:clear && composer dump-autoload -o
In my case, the problem was with the autoloader loading old deleted files so I just used " composer dump-autoload -o " and it worked