I want to change a form in my existing Phoenix app to use LiveView so I can take advantage of the better image uploading capability described here. However the documentation that I've seen only talks about running mix phx.new my_app --live
to set it up. How can I add it to an existing app instead?
Asked
Active
Viewed 1,341 times
2

Maarten van Vliet
- 572
- 7
- 12

ijt
- 3,505
- 1
- 29
- 40
1 Answers
3
The official installation guide is actually mostly about how to add it to an existing Phoenix project (everything except the first paragraph basically):
If you are using earlier Phoenix versions or your app already exists, keep on reading.

sabiwara
- 2,775
- 6
- 11