Fix failed to open stream: No such file or directory in Laravel

failed to open stream: No such file or directory in Laravel

Panjeh
Feb 10, 2021

Solution:

php artisan config:clear
php artisan config:cache
composer dump-autoload -o
# -o means optimized

I would like to introduce two packages for Laravel that I have recently developed: Laravel Pay Pocket, a modern multi-wallet package, and Laravel Failed Jobs, a UI for the Laravel Failed Jobs Table. I hope they may be of help to you.

https://github.com/HPWebdeveloper/laravel-pay-pocket
https://github.com/HPWebdeveloper/laravel-failed-jobs

--

--