Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 465 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 465 Bytes

Changelog

All notable changes to laravel-ddd-domain-resources will be documented in this file.

1.0.1 - 2023-05-16

Fixed

  • Fixed the location of generated files.

1.0.0 - 2023-04-21

Added

Features:

  • Added flag to generate a domain directory structure.
  • Added option to generate the following domain resources:
    • Use Cases
    • Contracts
    • Events
    • Exceptions
    • Value Objects
    • Repositories
    • Controllers