ahmed-bhs/hexagonal-maker-bundle
Generate complete CRUD module with one command.
bin/console make:hexagonal:crud blog/post Post --with-tests --with-id-vo --route-prefix=/posts
This generates 30+ files:
GET /posts - List all postsGET /posts/{id} - Show single postGET /posts/new - Create formPOST /posts/new - Submit new postGET /posts/{id}/edit - Edit formPOST /posts/{id}/edit - Submit updateDELETE /posts/{id}/delete - Delete postdoctrine.yamlSee Quick Start for full tutorial.
How can I help you explore Laravel packages today?