I’m working on Laravel 5 with postgres as database. I’ve configured postgres 9.4 and pgAdmin III and these are working normally. When I try to run migrate it is giving me e
You have to make DB related changes in
and other settings in
If you are still getting error, then clear cache and config
php artisan cache:clear php artisan config:clear
It should work now!