Releases: arkadiuszbachorski/laravel-xmake
Releases · arkadiuszbachorski/laravel-xmake
v1.3.1
New features
- #6 - New interactive or instant xmake command for creating many resources, replaced old xmake:model responsibility
- #7 - Refactored fields getting and data generation mechanism to prepare for processing
- #8 - Basic fields processing
Bugfixes
- #5 - Wrong resource generation
- #9 - Fixed wrong semicolon
- #10 - Fixed wrong PHPDoc responses for resource returning controller
v1.2.0
New features:
- #3 - Make resources with command, from model and controller
Bug fixes:
- #4 - Fix alias and name bug
v1.1.0
New features:
- #1 - create seeders independently and by model
Bugfixes:
- #2 - you can create migration without --fields provided now