Y
Hacker News
new
|
ask
|
show
|
jobs
by
nunodonato
2624 days ago
In what way is it better than other frameworks, like Laravel?
1 comments
Madeindjs
2624 days ago
`rails generate scaffolf products name:string` generate models, views, controller, migration and even controller tests. I dit not seen this anywhere outside Rails.
link
conradfr
2623 days ago
You can do that with the Symfony console, Phoenix mix tasks and I would guess a lot of other frameworks.
link