Laravel Nullable Fields Versions Save

Handles saving empty fields as null for Eloquent models

4.4.1

2 months ago

Full Changelog: https://github.com/michaeldyrynda/laravel-nullable-fields/compare/4.4.0...4.4.1

  • Adds support for making all fields nullable (#31, @rpungello)
  • Converts test suite to Pest

4.4.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaeldyrynda/laravel-nullable-fields/compare/4.3.1...4.4.0

Note that this version does not allow PHPUnit 11 at this time, as there are some changes to the way tests are to be written (swapping docblock annotations with attributes, deprecation of getMockForTrait).

This will need to be revisited in a future release.

4.3.1

1 year ago

Fixes test deprecations, explicitly tests against PHP 8.2.

Full Changelog: https://github.com/michaeldyrynda/laravel-nullable-fields/compare/4.3.0...4.3.1

4.2.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/michaeldyrynda/laravel-nullable-fields/compare/4.2.0...4.2.1

4.2.0

2 years ago

Adds support for Laravel 9.x

4.1.0

3 years ago

Add PHP 8 support (#27)

4.0.0

3 years ago

Laravel 8 support

Note: the namespace for this package has been updated from Iatstuti to Dyrynda.

3.0.0

4 years ago

#25 - Add support for Laravel 7 (@wilburpowery)

2.0.0

4 years ago

#24 - Add support for Laravel 6