Releases: reliese/laravel
Releases · reliese/laravel
v0.0.19
What's new
Fixed
- Fix importing of parent class with the same class name #182
Added
- #175 Support connection specific config thanks to @finiteinfinity
Changed
- Raised testing support to PHP 7.3 and PHP 7.4
v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
Added
- Support for latest Laravel versions
- Service Provider auto discovery
- Support space indentation (
indent_with_space
key) - Qualified table names can be turned on/off or follow a Laravel pattern
- Specified Tables (
only
key) as model generation white list - Remove table preffixes by filling in the
table_prefix
key - Lower table name before doing studly (
lower_table_name_first
) - Relation Name Strategy (
relation_name_strategy
) can now be based on foreign key names - Add property names as constants (
with_property_constants
) - Turn on/off name pluralization (
pluralize
) - Disable pluralization on certain tables (
override_pluralize_for
)
Changed
- Use Illuminate\Database\Eloquent\Model::class as default parent class for models