Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: entity CRUD generator #2656

Open
vitek-rostislav opened this issue Jul 7, 2023 · 1 comment
Open

Feature request: entity CRUD generator #2656

vitek-rostislav opened this issue Jul 7, 2023 · 1 comment
Labels
DX & Refactoring Requests for DX improvements and refactorings In Backlog

Comments

@vitek-rostislav
Copy link
Contributor

vitek-rostislav commented Jul 7, 2023

It would be nice if there was a code generator for creating a basic CRUD. On every project, you need at least a few new entities. Creating them along with their CRUD is quite a boring and exhausting thing to do - for example, I am currently working on a simple entity with two multilocale and one multidomain field, and after ~3 hours of work I have written ~800 lines of code, and I am still not done with the basic admin CRUD 😞

I remember back in the stone age, we had such a thing (or a prototype, at least). I am not sure what happened to the generator. I would like to bring its fame back to the daylight. I believe the generator feature would be appreciated by every project developer, product owner, as well as a client because it would save quite a significant amount of time.

@vitek-rostislav vitek-rostislav added the DX & Refactoring Requests for DX improvements and refactorings label Jul 7, 2023
@grossmannmartin
Copy link
Member

we can use/adapt Symfony maker https://symfony.com/bundles/SymfonyMakerBundle/current/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX & Refactoring Requests for DX improvements and refactorings In Backlog
Projects
None yet
Development

No branches or pull requests

3 participants