laravel-couchdb
laravel-couchdb copied to clipboard
A CouchDB based Eloquent model and Query builder for Laravel
Hi @robsonvn I tried to install this package in Laravel 7.11, but I get this error. ``` Your requirements could not be resolved to an installable set of packages. Problem...
Hello, Have you planned to make this compatible with laravel 5.7.x ? Thanks. Benoît
Hi, I'm building an API gateway with Lumen 5.4 (btw, it works!) and the database is feeded by an iOS application with Couchbase Lite library. The datetime format used in...
## Code example: ```php public function users(){ return $this->belongsToMany('App\User')->select(['first_name']); } ``` ## Error message: `` (1/1) ErrorExceptionInvalid argument supplied for foreach() -- in BelongsToMany.php line 264 `` ## Probable cause:...