Hacker News new | ask | show | jobs
by 013 2406 days ago
The Symfony Maker Bundle[0] let's you run one command to generate CRUD views/forms/controllers on a defined entity[1].

So, with 2 commands you can have a CRUD website with all the values you need.

Really easy, really flexible.

[0] - https://symfony.com/doc/current/controller.html#generating-c... [1] - https://symfony.com/doc/current/doctrine.html#creating-an-en...