eloquent-repository
eloquent-repository copied to clipboard
Repository pattern for Eloquent ORM with focus in cache.
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...