my laravel project, randomly shows connection refused exception, but it was working before, so i type
php artisan config:cache
and the error disappear, but after that, it throws View not found exception i ran
php artisan config:cache
again without success. After that, i type
php artisan route:cache
php artisan route:clear
php artisan clear-compiled
composer dump-autoload
but the exception View not found still there, so i don`t know what else to do.
i use vagrant with homestead 7. I appreciate any help, this question is my last resort, thanks in advance.
NOTE: Yesterday i migrate my installation to a fresh one because the same problem, but today it appears again
via Andres Felipe