Download the PHP package codeofdigital/cache-repository without Composer
On this page you can find all versions of the php package codeofdigital/cache-repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codeofdigital/cache-repository
More information about codeofdigital/cache-repository
Files in codeofdigital/cache-repository
Download codeofdigital/cache-repository
More information about codeofdigital/cache-repository
Files in codeofdigital/cache-repository
Vendor codeofdigital
Package cache-repository
Short Description Laravel Repository Package with Caching
License MIT
Homepage https://github.com/codeofdigital/cache-repository
Package cache-repository
Short Description Laravel Repository Package with Caching
License MIT
Homepage https://github.com/codeofdigital/cache-repository
Please rate this library. Is it a good library?
Informations about the package cache-repository
Laravel Cache Repository
Laravel Repository design pattern package that comes with caching features
Overview
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.
Table of Contents
- Installation
- Composer
Installation
Composer
Execute the following command to get the latest version of the package:
Publish Config
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"
All versions of cache-repository with dependencies
PHP Build Version
Package Version
Requires
illuminate/http Version
~6.0|~7.0|^8.0|^9.0
illuminate/config Version ~6.0|~7.0|^8.0|^9.0
illuminate/support Version ~6.0|~7.0|^8.0|^9.0
illuminate/database Version ~6.0|~7.0|^8.0|^9.0
illuminate/pagination Version ~6.0|~7.0|^8.0|^9.0
illuminate/console Version ~6.0|~7.0|^8.0|^9.0
illuminate/filesystem Version ~6.0|~7.0|^8.0|^9.0
illuminate/validation Version ~6.0|~7.0|^8.0|^9.0
illuminate/config Version ~6.0|~7.0|^8.0|^9.0
illuminate/support Version ~6.0|~7.0|^8.0|^9.0
illuminate/database Version ~6.0|~7.0|^8.0|^9.0
illuminate/pagination Version ~6.0|~7.0|^8.0|^9.0
illuminate/console Version ~6.0|~7.0|^8.0|^9.0
illuminate/filesystem Version ~6.0|~7.0|^8.0|^9.0
illuminate/validation Version ~6.0|~7.0|^8.0|^9.0
The package codeofdigital/cache-repository contains the following files
Loading the files please wait ....