- 18 Sep, 2017 1 commit
-
-
Jens Segers authored
Add L5.5 support
-
- 14 Sep, 2017 1 commit
-
-
Dmitry Borzyonok authored
-
- 13 Sep, 2017 2 commits
-
-
Dmitry Borzyonok authored
-
Dmitry Borzyonok authored
-
- 05 Sep, 2017 6 commits
-
-
Jens Segers authored
Apply fixes from StyleCI
-
Jens Segers authored
-
Jens Segers authored
-
Jens Segers authored
-
Jens Segers authored
Added missing dependency
-
Jens Segers authored
Add 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 authored
Update README.md
-
Johnny Dao authored
Update more guide for $slide and $skip
-
Johnny Dao authored
Change 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 authored
Aggregation shouldn't mutate querybuilder
-
Jens Segers authored
Add default attribute to `EmbedsOneOrMany::create` method
-
Jens Segers authored
Tiny wording change, change "table" to "collection"
-
Jens Segers authored
Fixes missing QueryGrammar in Connection class
-
Jens Segers authored
Support Auto-Discovery
-
Jens Segers authored
Fix: 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 authored
I think this meant to be "collection" not "table".
-
- 14 Jun, 2017 1 commit
-
-
D3nnisH authored
-
- 12 Jun, 2017 1 commit
-
-
Ben Argo authored
This 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 authored
Add direct geospatial index support
-
- 04 Jun, 2017 1 commit
-
-
Ben Argo authored
Since #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 authored
Aggregations (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 1 commit
-
-
dees040 authored
-