Skip to content

Releases: michaelachrisco/ReadOnlyTraitLaravel

v0.31

20 Mar 23:29
6e3dbac

Choose a tag to compare

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

v0.30

11 Dec 22:13

Choose a tag to compare

  • 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

v0.20.1

30 Mar 16:16

Choose a tag to compare

  • Add Insert and truncate to Read Only Trait (thanks @aptdavid).

v0.20

27 Mar 20:18

Choose a tag to compare

Change Log:

  • Throw ReadOnlyException on writable eloquent model methods.
  • Added MIT LIcense to package.
  • Laravel 5.3 methods.
  • Add namespace autoload to composer.json (thanks @coreymcmahon)

v0.10

08 Feb 16:21

Choose a tag to compare

Working read only traits on Laravel 5.1+ eloquent models.