Phoenix 1.3.0 example

Hello,

Does anybody have a github phoenix webapp example migrated to 1.3.0 with the new web namespace, alias, imports etc?

I am trying to find one but I just find 1.2.x projects.

If you’re looking for what you need to change from 1.2.x to 1.3.0, you might find this site helpful:

You could also use the generators Phoenix adds to mix when you install it, mix phx.gen.*, to see the suggestions of the Phoenix team.

Here you go: GitHub - montrealelixir/website: The official Montreal Elixir community website · GitHub