Phoenix Development Environment in Docker July 5th 2020
Creating a Phoenix webapp development environment on macOS in docker using docker-sync.
Customizing phoenix generation templates July 31st 2016
When using a framework’s code generators, its often useful to be able to tweak the code that is generated each time. In particular, the templates that are used to generate the HTML often need a custom structure to match your styling or fronted CSS framework.
In phoenix, this is done by adding new template files …