Я пытаюсь присоединить мой новый проект Laravel 5.8 к Bitnami WAPP (https://bitnami.com/stack/wapp) (v 7.1) Postgresql сервер
Моя конфигурация .env DB:
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=rest
DB_USERNAME=postgres
DB_PASSWORD=*password defined during WAPP installation*
когда я бегу php artisan migrate
я получаю:
Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations)
Что я делаю не так?