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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -