Laravel Repository design pattern package that comes with caching features
Laravel package that revolves around Repository design pattern to encapsulate database-related functions, making our application more flexible and classes are reusable. Comes with normal repository features and caching features as well.
Execute the following command to get the latest version of the package:
composer require codeofdigital/cache-repository
You can then publish the package's config file and database migrations file with the following command:
php artisan vendor:publish --provider="CodeOfDigital\CacheRepository\CacheRepositoryServiceProvider"