doudeng2057 2017-07-13 13:46
浏览 76
已采纳

laravel上的couchbase参数无效?

I have a problem with laravel 5.4

I am using mpociot/couchbase. I am established the couchbase server and module of php couchbase and php/pcs

But I have the following error.

(1/2) ErrorException
Couchbase\Cluster::__construct() expects exactly 1 parameter, 3 given

config/database.php

  'couchbase' => [
        'driver'   => 'couchbase',
        'host'     => 'localhost',
        'port'     => '8091',
        'bucket'   => 'travel-sample',
        'username' => '',
        'n1ql_hosts' => [
            'http://'.env('DB_HOST', 'localhost').':8093'
        ]
    ],

Where do I mistake? Thanks

  • 写回答

2条回答 默认 最新

  • duandeng1824 2017-07-18 08:42
    关注

    This is a bug in mpociot's repo which is no longer supported.

    The repo was moved to https://github.com/ORT-Interactive-GmbH/laravel-couchbase and we support this repo ;)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?