Files
cheatsheets/phoenix@1.2.md
2017-09-04 11:20:35 +08:00

331 B

title, category, layout, weight, updated
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.