Skip to content

Commit 57d8544

Browse files
authored
Add short installation instruction
1 parent 19a8c60 commit 57d8544

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ also requires a revalidation on every request as the response is
6464

6565
[Learn more about Symonfy's HTTP caching]: http://symfony.com/doc/current/book/http_cache.html
6666

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+
6779
## Usage
6880

6981
Choose a controller action you want to possibly replace with a 304 Not Modified response. Write one LastModifiedDeterminator for each

0 commit comments

Comments
 (0)