Y
Hacker News
new
|
ask
|
show
|
jobs
by
x0x0
241 days ago
why / what do you find works better?
1 comments
tvink
240 days ago
You can scaffold a crud resource we with a single CLI command, as far as I know we don't have that in phx?
link
moritz
240 days ago
mix phx.gen.html Accounts User users name:string email:string
link