Skip to content

Releases: domain-driven-laravel/commands

App layer commands and make:resource

13 Feb 15:04
Compare
Choose a tag to compare

New release includes following changes:

  • Directories made by this package will now always start with capitals(ucfirst)
    example: sail artisan make:model forum topic will create (src/Domain/Forum/Models/Topic.php) <--- path can be changed in config

  • Introducing app layer commands (from now on you can also make a PR (we will also add commands) to support applayer commands for example: make:controller, make:resource etc)

  • Introducing make:resource

Added make:mail

30 Jan 15:28
Compare
Choose a tag to compare

Added support for make:mail command with laravel flags
so we also support make:mail --markdown

Moved to github organisation and added 1 more command

29 Jan 23:27
Compare
Choose a tag to compare

Moved github domain to: "domain-driven-laravel".
We'll be adding more packages soon!

We also added support for make:job command.
More will be added soon!