Download the PHP package rose1988c/laravel-routecache-middleware without Composer
On this page you can find all versions of the php package rose1988c/laravel-routecache-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rose1988c/laravel-routecache-middleware
More information about rose1988c/laravel-routecache-middleware
Files in rose1988c/laravel-routecache-middleware
Download rose1988c/laravel-routecache-middleware
More information about rose1988c/laravel-routecache-middleware
Files in rose1988c/laravel-routecache-middleware
Vendor rose1988c
Package laravel-routecache-middleware
Short Description Laravel Page Cache Use Middleware With Route
License MIT
Homepage https://github.com/rose1988c/laravel-routecache-middleware
Package laravel-routecache-middleware
Short Description Laravel Page Cache Use Middleware With Route
License MIT
Homepage https://github.com/rose1988c/laravel-routecache-middleware
Please rate this library. Is it a good library?
Informations about the package laravel-routecache-middleware
Laravel 5 Page Cache Use Middleware
Add page cache with route.
The cache is best not to write in the program logic inside, to find a cache is very tired, I suggest that the cache in the routing
缓存放在路由里面, 使用方法如下:
`
Installation
Add to composer.json
Register the service provider by adding in the provider section in config/app.php
`
Just in case
`
Publish the migration and the config file
`
Add to app\Http\Kernel.php
`
Setting Route.php
`
Flush Cache
- flush -> Flush Current Request Url
- flush:ref -> Flush Referer Url, Often used in AJAX
- flush:url -> Flush Appoint Url, Often used in Manage And Clean Appoint Url, Add arg
?flushurl=http://xxxxx
`
All versions of laravel-routecache-middleware with dependencies
PHP Build Version
Package Version
The package rose1988c/laravel-routecache-middleware contains the following files
Loading the files please wait ....