ReadOnlyTraitLaravel Versions Save

Laravel Read Only Model Traits

v0.60.1

7 months ago

What's Changed

Full Changelog: https://github.com/michaelachrisco/ReadOnlyTraitLaravel/compare/v0.60.0...v0.60.1

v0.60.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaelachrisco/ReadOnlyTraitLaravel/compare/v0.50.0...v0.60.0

v0.50.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaelachrisco/ReadOnlyTraitLaravel/compare/v0.40.1...v0.50.0

v0.40.1

1 year ago

What's Changed

Full Changelog: https://github.com/michaelachrisco/ReadOnlyTraitLaravel/compare/v0.40...v0.40.1

v0.40

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaelachrisco/ReadOnlyTraitLaravel/compare/v0.34...v0.40

v0.34

3 years ago

The main branch is now the default branch.

0.33

5 years ago

Minor fixes to travis build process and removed linter from composer development.

v0.32

5 years ago

Fix: Declaration of class functions (e.g: firstOrCreate, firstOrNew, updateOrCreate) should be compatible with Illuminate\Database\Eloquent\Model

Thanks @putchi!

v0.31

6 years ago

ReadOnlyTraitLaravel can be used in conjunction with the newest Laravel 5.4.22 and PHP 7.2

v0.30

6 years ago
  • Deprecates php versions 5.5.9 and lower. Please use php 7.0 and greater.
  • Refactor for PSR-2 Formatting standard and PHP DockBlock standard.
  • Setting real php requirement (full param casting is available since php7)
  • php 7 for travis Thanks @jifer