cheatsheets/phoenix@1.2.md

24 lines
331 B
Markdown

---
title: Phoenix 1.2
category: Elixir
layout: 2017/sheet
weight: -1
updated: 2017-09-04
---
See [Phoenix](./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`.