Download the PHP package insomnicles/laracache without Composer
On this page you can find all versions of the php package insomnicles/laracache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download insomnicles/laracache
More information about insomnicles/laracache
Files in insomnicles/laracache
Download insomnicles/laracache
More information about insomnicles/laracache
Files in insomnicles/laracache
Vendor insomnicles
Package laracache
Short Description A trait for caching Laravel models
License MIT
Homepage https://github.com/insomnicles/laracache
Package laracache
Short Description A trait for caching Laravel models
License MIT
Homepage https://github.com/insomnicles/laracache
Please rate this library. Is it a good library?
Informations about the package laracache
Laracache
A trait for accessing Laravel Eloquent models directly from Cache
Source code packagist.
Installation
Via Composer
Usage
Make sure your app is connected to a Cache: memcache, redis, etc.
- If you're using Sail in Laravel 8+, this is setup out of the box
Add the Cachable Trait to your Model; for example, for the User Model
Use the Cached Model via Eloquent-like methods
Change log
Please see the changelog for more information on what has changed recently.
License
MIT. Please see the license file for more information.
All versions of laracache with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=9.0
The package insomnicles/laracache contains the following files
Loading the files please wait ...