-
**Packages**
```
"laravel/framework": "5.5.*",
"dingo/api": "1.0.x@dev",
"jenssegers/mongodb": "^3.3",
"tymon/jwt-auth": "1.0.*@dev"
```
**configurations**
*auth.php*, using mongodb
```
'p…
-
Hello, i want to install the package, but it seems like only works with Laravel satisfiable by laravel/framework[5.1.x-dev, 5.2.41, 5.2.x-dev, 5.3.x-dev, v5.1.11, v5.1.12, v5.1.13, v5.1.14, v5.1.15, …
-
- Laravel-mongodb Version: 3.5.3
- PHP Version: 7.4.2
- Database Driver & Version: not related
### Description:
Getter mutator attribute does not works with -`>project()` statement in query.
…
-
I created a Model like this:
```php
class Article extends Moloquent
{
// this class has an attribute like
protected $fillable = ['like'];
// and a static method like
public …
-
hasOne & hasMany not working with foreignKey in ObjectId
Example:
User {
_id: ObjectId('dfsfasdhfj4252345hasdjklfsdf')
name: 'Alex'
}
Sale {
_id: ObjectId('asdfasdf8789a7sdf9adfasf'),
idUs…
-
Hello all - looking for some feedback on this.
Currently the way Elastiquent works is it uses the indexed source data in your Elasticsearch documents as the population data for your models. The whole…
-
Hi,
There are many changes related to relationships and queue are done for Laravel 5.4.
When are you going to release those changes?
If not soon then what is the alternative to use in production …
-
Filter example :
- `?filters[gpa][$eq]=3.11`
- `?filters[gpa][$eq]=4`
- `?filters[gpa][$eq]=False`
- `?filters[is_default][$eq]=true`
Database Using : MongoDB using [https://github.com/mong…
-
- Laravel-mongodb Version: 3.8.5
- PHP Version: 8.0.15
- Database Driver & Version: unix 3.4.24
### Description:
I have a hybrid setup with MySQL and MongoDB.
Eager Loading latest item of rel…
-
There is an error when trying to issue a new personal access token, as described at [https://laravel.com/docs/5.5/passport#personal-access-tokens](https://laravel.com/docs/5.5/passport#personal-access…