v1.5.0: Configurable App Namespace, ApiPlatform Support & Fixes
Holy releases batman! The community showed up BIG and created the BEST version of MakerBundle yet, complete with some pretty cool features:
Highlights:
-
Before 1.5, the
App\namespace prefix was always assumed so that
when you type a short class name, it is converted into a full class
name with this prefix. Now, this is configurable #173 thanks to @upyx -
Added an option to to
make:enityto make your class automatically
an ApiPlatform resource. Pass--api-resource#178 thanks to @dunglas -
Fixed
make:entitywhen your class uses traits or a mapped
super class #181 thanks to @andrewtch -
Improved messages when you need to pass a fully-qualified class
name #188 & #171 - thanks to @sadikoff and @LeJeanbono -
Fixed a bug where
make:crudwould not render the correct form
names when your property included an underscore.