We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a8c60 commit 57d8544Copy full SHA for 57d8544
README.md
@@ -64,6 +64,18 @@ also requires a revalidation on every request as the response is
64
65
[Learn more about Symonfy's HTTP caching]: http://symfony.com/doc/current/book/http_cache.html
66
67
+## Installation
68
+
69
+```
70
+composer require webfactory/http-cache-bundle
71
72
73
+and add to your `bundles.php`:
74
75
76
+Webfactory\HttpCacheBundle\WebfactoryHttpCacheBundle::class => ['all' => true],
77
78
79
## Usage
80
81
Choose a controller action you want to possibly replace with a 304 Not Modified response. Write one LastModifiedDeterminator for each
0 commit comments