0
votes

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?

1

1 Answers

1
votes

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.