PDOException在Mac OS X El Capitan上找不到使用XAMPP laravel项目和postgresql的驱动程序

时间:2016-01-11 10:57:27

标签: php macos postgresql laravel xampp

出现s3Bucket.putObject(data, function(err, data) { var params = this.request.params; var region = this.request.httpRequest.region; console.log('s3://' + params.Bucket + '/' + params.Key); console.log('https://s3-' + region + '.amazonaws.com/' + params.Bucket + '/' + params.Key) }); 错误。我正在尝试使用"[PDOException] could not find driver" artisan migrate

进行迁移

我试过这个作为修复 http://www.shaneperera.com/blog/postgres-app-fix-could-not-find-driver-issue/http://coolestguidesontheplanet.com/what-is-sip-in-osx-10-11-el-capitan/ 修复$php操作不允许"错误。仍然收到相同的错误消息。

1 个答案:

答案 0 :(得分:0)

使用postgresql driver set-up说明

解决了这个问题

请注意,添加扩展名的php.ini是Mac OS X El Capitan的'/etc/php.ini'位置。如果它不存在,则将现有的'php.ini.default'cp转换为'php.ini',并根据链接上的说明添加新的扩展名。使用sudo nano来避免权限错误。