Skip to content

Releases: reliese/laravel

v0.0.19

07 Dec 02:47
Compare
Choose a tag to compare

What's new

Fixed

  • Fix importing of parent class with the same class name #182

Added

Changed

  • Raised testing support to PHP 7.3 and PHP 7.4

v0.0.18

15 Oct 16:13
35c3d16
Compare
Choose a tag to compare

What's new

Changed

v0.0.17

15 Oct 15:51
0d28ebf
Compare
Choose a tag to compare

What's new

Added

v0.0.16

31 May 04:49
f4a95c8
Compare
Choose a tag to compare

What's new

Added

  • #168 Support nullable properties in docblocks thanks to @antriver

v0.0.15

01 May 15:31
2fe0684
Compare
Choose a tag to compare

What's new

Fixed

Added

v0.0.14

26 Dec 23:50
Compare
Choose a tag to compare

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