Hacker News new | ask | show | jobs
by nunodonato 2624 days ago
In what way is it better than other frameworks, like Laravel?
1 comments

`rails generate scaffolf products name:string` generate models, views, controller, migration and even controller tests. I dit not seen this anywhere outside Rails.
You can do that with the Symfony console, Phoenix mix tasks and I would guess a lot of other frameworks.