laravel

Reliese Laravel Model Generator

MIT License

Downloads
2.1M
Stars
1.5K
Committers
37

Bot releases are hidden (Show)

laravel - v0.0.17

Published by CristianLlanos about 4 years ago

What's new

Added

  • #174 Nullable relationships thanks to @finiteinfinity
laravel - v0.0.16

Published by CristianLlanos over 4 years ago

What's new

Added

  • #168 Support nullable properties in docblocks thanks to @antriver
laravel - v0.0.15

Published by CristianLlanos over 4 years ago

What's new

Fixed

  • Solved #163 with #158

Added

  • PostgreSQL support #111 thanks to @rwdim
laravel - v0.0.14

Published by CristianLlanos almost 5 years ago

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
Package Rankings
Top 0.64% on Packagist.org
Badges
Extracted from project README
Build Status Latest Stable Version Total Downloads Latest Unstable Version License
Related Projects