v0.0.14
版本发布时间: 2019-12-27 07:50:37
reliese/laravel最新发布版本:v1.3.3(2024-08-15 17:35:39)
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