laravel-repositories icon indicating copy to clipboard operation
laravel-repositories copied to clipboard

A package that exists to show you that repositories don't have to be over complicated

Results 2 laravel-repositories issues
Sort by recently updated
recently updated
newest added

withCriteria() now handles the splat operator correctly

It would be great if this package provided a new abstractclass called `CachedRepository` which would cache repository responses for better performance (and add an API to clear said caches).

enhancement