ORT-Interactive-GmbH / laravel-couchbase

A Couchbase based Eloquent model and Query builder for Laravel
40 stars 26 forks source link

Couple of issues trying to connect : #7

Open goodman77 opened 7 years ago

goodman77 commented 7 years ago

1). getting an issue with : $this->bucket->enableN1ql($config['n1ql_hosts']); not be able to find Class error

2). FatalThrowableError in QueryCollector.php line 109: Call to a member function quote() on null

Please check and let me know how we could fix it