Skip to content

laravelir/cacheable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Starts
  • Forks Total Downloads

laravelir/cacheable

laravel cacheable

Installation

  1. Run the command below to add this cacheable:
composer require laravelir/cacheable
  1. Open your config/app.php and add the following to the providers/aliases array:

provider:

Laravelir\Cacheable\Providers\CacheableServiceProvider::class,

alias:

Laravelir\Cacheable\Facades\Cacheable::class,
  1. Run the command below to install the package:
php artisan cacheable:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages