-
Hi,
How I can count values as **$blog->articles->count()** ?
The value returned is 0...
Thanks.
-
I have this error with **moloquent/moloquent** package.
*composer require moloquent/moloquent*
My **Item** class **Model** extended from **Moloquent**:
-
`$this->category->with(['companies'])->first()` which supposedly should return the record with the eager loaded relation, rather throws error
"**Call to undefined method Moloquent\Query\Builder::getF…
-
Within embedded documents, I'd like to disable` $primaryKey`'s. From what little base Laravel knowledge I have, i know this is possible by overwriting them in your model like this:
`protected $prim…
-
Moloquent is not fully compatible with Laravel 5.4.
-
On running of migration (php artisan migrate) there comes the error Undefined variable: foreignKey, $otherKey, $collection. This applies to the method **public function belongsToMany** in moloquent/sr…
-
After install with composer and change User model - i see this error
![image](https://user-images.githubusercontent.com/4065357/38548752-1bbc67c8-3ce5-11e8-8492-b85a49d26b9f.png)
I have start a ne…
-
Hi, I got a weird issue regarding connection pool.
I have a MongoDB Atlas server with 350 concurrent connections.
I have built with Laravel a small app which uses Moloquent and Mongo DB for crud op…
-
Hello people.
I reviewed all issues that exists for this package and came to some conclusions.
In my opinion these are things that should be fixed / developed in next releases:
- add column name esc…
-
When doing a manual search with data-tables jQuery plug-in, as shown below:
`your_datatable.column('active:name').search(value).ajax.reload();`
The query executed includes "%" in the beginning a…