weird behavior in laravel 5.3 installation -
my laravel project, randomly shows connection refused exception, working before, type
php artisan config:cache
and error disappear, after that, throws view not found exception ran
php artisan config:cache
again without success. after that, type
php artisan route:cache
php artisan route:clear
php artisan clear-compiled
composer dump-autoload
but exception view not found still there, don`t know else do.
i use vagrant homestead 7. appreciate help, question last resort, in advance.
note: yesterday migrate installation fresh 1 because same problem, today appears again
well, after many attempts ran
php artisan cache:clear
and problem gone.
Comments
Post a Comment