laravel cacheable
- Run the command below to add this cacheable:
composer require laravelir/cacheable
- 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,
- Run the command below to install the package:
php artisan cacheable:install
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.