v3.2.0-beta3
·
62 commits
to master
since this release
In this release
- Accept route-base option in ControllerMakeCommand (6a604ad)
- Add addRoute method to the GeneratorCommand abstract command (72e763c)
- Add force flag to view make command (e73b183)
- Add route-base option (ea4b2a9)
- Add new test to CrayCommandTest (8dc5248)
- BugFix: When no flags are passed the view path would be prefixed with a dot and other fixes (b36d851)
- Fixes #7 - Allow the user to choose the base directory for the views (5a2d03e)
- Fixes #5 - Routes and View paths not generating correctly (6e98890)
- Merge pull request #6 from JunaidQadirB/jq/bugfix-5 (5bb05cf)
- Merge pull request #8 from JunaidQadirB/jq/bugfix-7 (8bde12f)
- Optimize ParseModel method in ControllerMakeCommand (7f48cc7)
- Reformat code (b90179f)
- Remove default value for $reuestType param of createRequest method in Commands/Cray class (f597be9)
- Remove redundant code from the GeneratorCommand abstract class (9281542)
- Remove redundant method from ModelMakeCommand class (f9409d8)
- Remove the handle method from ControllerMakeCommand (77ae115)
- Run php-cs-fixer (dacc169)
- Update tests (c3aa6f0)
- Update test
test_it_scaffolds_crud_artifacts
(51ab54b) - Upgrade phpunit.xml.dist (82d6b55)