eloquent-repository icon indicating copy to clipboard operation
eloquent-repository copied to clipboard

Repository pattern for Eloquent ORM with focus in cache.

Results 3 eloquent-repository issues
Sort by recently updated
recently updated
newest added

Will I have to duplicate the base methods with public access just to bridge it to the base method? On the base repository: ``` protected function find($id) { $this->resetQuery(); $r...

CacheableRepository.php line 394 $relation not define

Hi, When I try use the eager loading at the repository model query the result not contains the relations requested. PD: If I use eager loading directly at the model...