LoginSignup
1
1

More than 5 years have passed since last update.

PHP MACの設定とMAMPの設定

Last updated at Posted at 2018-06-25

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
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1