laravel-schemaless-attributes

Add schemaless attributes to Eloquent models

MIT License

Downloads
5.2M
Stars
981
Committers
30
laravel-schemaless-attributes - 2.5.0 Latest Release

Published by freekmurze 8 months ago

laravel-schemaless-attributes - 2.4.0

Published by freekmurze almost 2 years ago

laravel-schemaless-attributes - 2.3.0

Published by freekmurze almost 3 years ago

laravel-schemaless-attributes - 2.2.0

Published by Nielsvanpach almost 3 years ago

laravel-schemaless-attributes - 2.1.1

Published by freekmurze almost 3 years ago

What's Changed

Full Changelog: https://github.com/spatie/laravel-schemaless-attributes/compare/2.1.0...2.1.1

laravel-schemaless-attributes - 2.1.0

Published by freekmurze almost 3 years ago

laravel-schemaless-attributes - 2.0.1

Published by freekmurze almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-schemaless-attributes/compare/2.0.0...2.0.1

laravel-schemaless-attributes - 2.0.0

Published by freekmurze over 3 years ago

  • require PHP 8+
  • use PHP 8 syntax where possible
  • drop support for PHP 7
  • drop support for Laravel 6
  • implement spatie/laravel-package-tools
  • implement custom class attribute casting
laravel-schemaless-attributes - 1.8.3

Published by freekmurze almost 4 years ago

  • allow PHP 8.0
laravel-schemaless-attributes - 1.8.2

Published by freekmurze about 4 years ago

  • improve behaviour for isset() and empty()
laravel-schemaless-attributes - 1.8.1

Published by freekmurze about 4 years ago

  • support Laravel 8
laravel-schemaless-attributes - 1.8.0

Published by freekmurze about 4 years ago

  • add trait with multi-column support with tests (#65)
laravel-schemaless-attributes - 1.7.1

Published by freekmurze over 4 years ago

  • fix getRawSchemalessAttributes() must be of the type array (#60)
laravel-schemaless-attributes - 1.7.0

Published by freekmurze over 4 years ago

  • Add Laravel 7 support
laravel-schemaless-attributes - 1.6.0

Published by riasvdv about 5 years ago

Laravel 6 support

laravel-schemaless-attributes - 1.5.0

Published by freekmurze about 5 years ago

  • extend Collection
laravel-schemaless-attributes - 1.4.0

Published by freekmurze over 5 years ago

laravel-schemaless-attributes - 1.3.1

Published by freekmurze over 5 years ago

  • use Arr:: and Str:: functions
laravel-schemaless-attributes - 1.3.0

Published by freekmurze almost 6 years ago

  • add array support to set
laravel-schemaless-attributes - 1.2.0

Published by freekmurze about 6 years ago

  • add support for wildcards