dev-master
9999999-dev https://github.com/sidis405/laravel-simple-cacheCache Urls
MIT
The Requires
- php >=5.5.0
- illuminate/support ^5.1
The Development Requires
laravel cache sid laravel-simple-cache
Cache Urls
Cache Urls, (*2)
Add to composer.json, (*3)
"sid/laravel-simplecache-middleware":"dev-master"
Register the service provider by adding in the provider section in config/app.php, (*4)
'providers' => [ ... Sid\SimpleCache\SimpleCacheServiceProvider::class ...
Just in case, (*5)
composer dump-autoload
Publish the migration and the config file, (*6)
php artisan vendor:publish
Add to Kernel.php, (*7)
'cacheafter' => \Sid\SimpleCache\AfterCacheMiddleware::class, 'cachebefore' => \Sid\SimpleCache\BeforeCacheMiddleware::class,
Contributions are welcome and will be fully credited., (*8)
Cache Urls
MIT
laravel cache sid laravel-simple-cache