Looking to hire Laravel developers? Try LaraJobs

laravel-ddd-code maintained by sindor

Description
Laravel DDD Code Generator
Last update
2025/03/25 07:35 (v1.0.1)
License
Links
Downloads
70

Comments
comments powered by Disqus

About

Helpful UI web interface for generating DDD code (migration, model,controller .. ) in Laravel (save your time)

Installation and usage

1. Install package to your laravel project

composer require sindor/laravel-ddd-code

2. Publish files

php artisan vendor:publish --tag=laravel-ddd-code

3. Go to link (home_url + /laravel-ddd-code)

http://localhost/laravel-ddd-code/

4. Enjoy :)

Configuration

You can configure

  path: config/laravel-ddd-code.php

You can customize stub files(templates)

  path: stubs/laravel-ddd-code/*