cheatsheets/phoenix@1.2.md

331 B

title category layout weight updated
Phoenix 1.2 Elixir 2017/sheet -1 2017-09-04

See Phoenix for a more updated cheatsheet.

Directory structure (Legacy 1.2)

config/
web/
  controllers/
  models/
  views/
  templates/
  static/

This is Phoenix 1.2's structure. Phoenix 1.3 has no models.