laravel

Reliese Laravel Model Generator

MIT License

Downloads
2.1M
Stars
1.5K
Committers
37

Bot releases are hidden (Show)

laravel - v1.3.3 Latest Release

Published by finiteinfinity 2 months ago

What's New?

Changes

  • Added support for staudenmeir/laravel-cte #293
laravel - v1.3.2

Published by finiteinfinity 4 months ago

What's New?

Changes

Added Laravel 11 support for both Postgres and MySQL drivers. Thanks @igun997.

laravel - v1.3.1

Published by finiteinfinity 5 months ago

What's New?

  • Fixes a bug where str_replace would replace more than 1 instance of an imported class #278
laravel - v1.3.0

Published by finiteinfinity 6 months ago

What's New?

Changed

  • Fixed an issue where 2 related tables would generate the incorrect relationship type, where one table includes the other's name. #276 - thanks @antevgen & @XedinUnknown
laravel - v1.2.4

Published by finiteinfinity 11 months ago

What's New?

Changed

  • #264 Add hidden property in BaseModels - thanks @0kyn
laravel - v1.2.3

Published by finiteinfinity about 1 year ago

What's New?

Changed

  • #252 Added tables included with Laravel to the exclude list - thanks @alibori
laravel - v1.2.2

Published by finiteinfinity over 1 year ago

What's New?

Changed

  • Fixed incorrect date / datetime casting introduced in #254, now casts correctly to 'datetime' so time is correctly preserved
laravel - v1.2.0

Published by finiteinfinity over 1 year ago

What's New?

Changed

#254 - Removes deprecated $dates cast.

Notes

  • This is a minor release, as #254 introduces a significant change to the generated code, while still being backward compatible. See the PR for more information on access the old data held in the $dates array.
laravel - v1.1.8

Published by finiteinfinity about 2 years ago

What's New?

Changed

#242 Update WhoDidIt.php, thanks @lugotal

laravel - v1.1.7

Published by finiteinfinity about 2 years ago

What's New?

Changed

#235 Fix Undefined index:primary for SQLITE, thanks @neatstudio

laravel - v1.1.6

Published by finiteinfinity over 2 years ago

What's New?

Changed

  • #236 set data type now treated as a string, thanks @kl4ver
laravel - v1.1.5

Published by finiteinfinity over 2 years ago

What's new

Added

  • #220 Add return type declarations
laravel - v1.1.4

Published by CristianLlanos over 2 years ago

What's new

Fixed

  • #218 Update PostgreSQL Driver, thanks to @nasatome
laravel - v1.1.3

Published by finiteinfinity almost 3 years ago

What's new

Fixed

  • #221 Column type BLOB should be interpreted as string
  • #224 Tiny typo ;)
laravel - v1.1.2

Published by coatesap over 3 years ago

What's new

Fixed

  • #211 Tweak to improve output when not using base files, thanks to @coatesap
laravel - v1.1.1

Published by coatesap over 3 years ago

What's new

Fixed

  • #209 Same-model relationships now no longer return instances of the base class, thanks to @coatesap
laravel - v1.1.0

Published by coatesap over 3 years ago

What's new

Added

  • #196 Ability to override automatically generated model names for specific tables, thanks to @coatesap
laravel - v1.0.0

Published by coatesap over 3 years ago

What's new

Added

  • #192 Output more descriptive relationship names, and avoid naming collisions, thanks to @coatesap

Changed

  • Raised minimum support to PHP 7.3, inline with Laravel
laravel - v0.0.19

Published by CristianLlanos almost 4 years ago

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
laravel - v0.0.18

Published by CristianLlanos about 4 years ago

What's new

Changed

  • #175 Cleaning up some code thanks to @finiteinfinity
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