Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Hexagonal Maker Bundle Laravel Package

ahmed-bhs/hexagonal-maker-bundle

View on GitHub
Deep Wiki
Context7

layout: default title: CRUD Module parent: Examples nav_order: 2

Example: CRUD Module

Generate complete CRUD module with one command.


Quick CRUD Generation

bin/console make:hexagonal:crud blog/post Post --with-tests --with-id-vo --route-prefix=/posts

This generates 30+ files:

  • Entity + Repository + ID ValueObject
  • 5 Use Cases (Create, Update, Delete, Get, List)
  • 5 Controllers + Form
  • All tests

Generated Routes

  • GET /posts - List all posts
  • GET /posts/{id} - Show single post
  • GET /posts/new - Create form
  • POST /posts/new - Submit new post
  • GET /posts/{id}/edit - Edit form
  • POST /posts/{id}/edit - Submit update
  • DELETE /posts/{id}/delete - Delete post

Next Steps

  1. Complete Doctrine mapping
  2. Configure module in doctrine.yaml
  3. Generate migrations
  4. Test your CRUD!

See Quick Start for full tutorial.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor