Skip to content

v0.0.14

Compare
Choose a tag to compare
@CristianLlanos CristianLlanos released this 26 Dec 23:50
· 36 commits to master since this release

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