Skip to content

App layer commands and make:resource

Latest
Compare
Choose a tag to compare
@mennovanhout mennovanhout released this 13 Feb 15:04

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