- 05 Sep, 2017 6 commits
- 
- 
Jens Segers authoredApply fixes from StyleCI 
- 
Jens Segers authored
- 
Jens Segers authored
- 
Jens Segers authored
- 
Jens Segers authoredAdded missing dependency 
- 
Jens Segers authoredAdd Hybrid `has` and `whereHas` functionality 
 
- 
- 17 Jul, 2017 1 commit
- 
- 
Eric Tucker authored
 
- 
- 13 Jul, 2017 4 commits
- 
- 
Eric Tucker authored
- 
Eric Tucker authored
- 
Eric Tucker authored
- 
Eric Tucker authored
 
- 
- 04 Jul, 2017 3 commits
- 
- 
Jens Segers authoredUpdate README.md 
- 
Johnny Dao authoredUpdate more guide for $slide and $skip 
- 
Johnny Dao authoredChange DB::collection('items')->project(['tags' => array('$slice' => 1]))->get(); To DB::collection('items')->project(['tags' => array('$slice' => 1)])->get();
 
- 
- 26 Jun, 2017 7 commits
- 
- 
Jens Segers authored[Bug Fix][Validation][Security] Fix working of unique and exists 
- 
Jens Segers authoredAggregation shouldn't mutate querybuilder 
- 
Jens Segers authoredAdd default attribute to `EmbedsOneOrMany::create` method 
- 
Jens Segers authoredTiny wording change, change "table" to "collection" 
- 
Jens Segers authoredFixes missing QueryGrammar in Connection class 
- 
Jens Segers authoredSupport Auto-Discovery 
- 
Jens Segers authoredFix: Missing return statement 
 
- 
- 25 Jun, 2017 1 commit
- 
- 
Simon Schaufelberger authored
 
- 
- 21 Jun, 2017 1 commit
- 
- 
Abdelrahman Omran authored
 
- 
- 18 Jun, 2017 1 commit
- 
- 
Tigran Hakobyan authoredI think this meant to be "collection" not "table". 
 
- 
- 14 Jun, 2017 1 commit
- 
- 
D3nnisH authored
 
- 
- 12 Jun, 2017 1 commit
- 
- 
Ben Argo authoredThis brings it inline with the base Eloquent `create` method, and allows us to call this method without providing any attributes. 
 
- 
- 06 Jun, 2017 1 commit
- 
- 
Jens Segers authoredAdd direct geospatial index support 
 
- 
- 04 Jun, 2017 1 commit
- 
- 
Ben Argo authoredSince #371 was raised back in 2014 I’ve wanted a way to improve and simplify adding geospatial indexes. 
 
- 
- 21 May, 2017 4 commits
- 18 May, 2017 1 commit
- 
- 
Eric Tucker authored`with` tests for hybrid relations and dont constrain mysql->mysql relations but we do need to constrain the mongo ones 
 
- 
- 15 May, 2017 1 commit
- 
- 
Eric Tucker authored
 
- 
- 26 Apr, 2017 1 commit
- 
- 
lintaba authoredAggregations (like $query->count() ) modifies the internal state of the queryBuilder object, therefore the $query looses eg. the projection. Eloquent solves this in the following way: https://github.com/laravel/framework/blob/5.3/src/Illuminate/Database/Query/Builder.php#L2036 
 
- 
- 18 Apr, 2017 2 commits
- 24 Mar, 2017 1 commit
- 
- 
dees040 authored
 
- 
- 20 Mar, 2017 1 commit
- 
- 
Jens Segers authoredFix #1157 (Model::has() - ErrorException: Array to string conversion) 
 
- 
- 18 Mar, 2017 1 commit
- 
- 
Ben Argo authoredWith ‘BelongsToMany’ relationships calling the function `Jenssegers\Mongodb\Eloquent\Model::has` can throw an ErrorException with ‘Array to string conversion’. By flattening the collection here we can avoid triggering the exception. 
 
- 
