Skip to content

Commit 36b210c

Browse files
authored
Updated readme
related to issue #258
1 parent ec3e0ea commit 36b210c

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
@@ -73,6 +73,15 @@ def deps do
7373
]
7474
end
7575
```
76+
as of phoenix version 1.7 you need the following dependencies
77+
```elixir
78+
def deps do
79+
[
80+
{:phoenix_view, "~> 2.0.2"},
81+
{:kaffy, "~> 0.9.2"}
82+
]
83+
end
84+
```
7685

7786
#### These are the minimum configurations required
7887

@@ -112,6 +121,9 @@ pipeline :kaffy_browser do
112121
plug :put_secure_browser_headers
113122
end
114123
```
124+
### Phoenix version 1.7
125+
Note that if you use Phoenix version 1.7 you also need to manually add the use of phoenix views in your project.
126+
Follow the instructions at https://hexdocs.pm/phoenix_view/Phoenix.View.html
115127

116128
## Customizations
117129

0 commit comments

Comments
 (0)