laravelでpostgresの設定が合っているのにerrorメッセージが表示される。
実行コマンド
php artisan migrate
エラーメッセージ
In Connection.php line 664:
could not find driver (SQL: select * from information_schema.tables where
table_schema = public and table_name = migrations)
In Connector.php line 67:
could not find driver
原因
PHPの設定がMACとMAMPで違っていた
MAMPのPHPを指定して、コマンドを実行する
※ PHP7.2.1の場合
/Applications/MAMP/bin/php/php7.2.1/bin/php artisan migrate