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: Development parent: Contributing nav_order: 2

Development Guide

Guide for developers contributing to Hexagonal Maker Bundle.


Development Environment

Requirements

  • PHP 8.1+
  • Composer
  • Git

Setup

# Clone repository
git clone https://github.com/ahmed-bhs/hexagonal-maker-bundle
cd hexagonal-maker-bundle

# Install dependencies
composer install

Running Tests

# All tests
vendor/bin/phpunit

# With coverage
XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html coverage

# Specific test
vendor/bin/phpunit tests/Unit/Maker/MakeEntityTest.php

Code Quality

PHPStan (Static Analysis)

vendor/bin/phpstan analyze

# Level 8 (strictest)
vendor/bin/phpstan analyze --level=8

Code Style

# Check PSR-12 compliance
vendor/bin/php-cs-fixer fix --dry-run

# Fix automatically
vendor/bin/php-cs-fixer fix

Project Structure

src/
├── Maker/               # Maker command classes
│   ├── MakeEntity.php
│   ├── MakeCommand.php
│   └── ...
├── Generator/           # Code generators
├── Template/            # File templates
└── HexagonalMakerBundle.php

Creating a New Maker

See full guide in repository documentation.


Submitting Changes

  1. Create feature branch
  2. Make changes
  3. Add tests
  4. Run quality checks
  5. Submit PR

For detailed instructions, see the main Contributing Guide.

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
andydefer/laravel-cluster
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