Laravel Eloquent Uuid Versions Save

A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.

v10.0.0

1 year ago

Added

  • Added PHP 8.2 test coverage.
  • Added Laravel 10.x support.

Removed

  • Dropped PHP 8.0 support.
  • Dropped Laravel 9.x support.

v9.0.0

2 years ago

Added

  • Added PHP 8.1 test coverage.
  • Added Laravel 9.x support.

Removed

  • Dropped PHP 7.x support.
  • Dropped Laravel 8.x support.

v8.0.1

3 years ago

Added

  • PHP 8.0 support.

Removed

  • Code style tests.

v8.0.0

3 years ago

Added

  • Added support for Laravel v8.0.

Removed

  • Dropped PHP 7.2 support.

v1.2.0

4 years ago

Added

  • Added alternative trait to use instead of extending the provided class.

v7.0.0

4 years ago

Added

  • Added support for Laravel v7.0.
  • Added PHP 7.4 to the Travis CI build matrix.

v6.2.0

4 years ago

Added

  • Added alternative trait to use instead of extending the provided class.

v6.1.2

4 years ago

Added

  • Documentation added for setting up database migrations.

Fixed

  • Now using correct casing for Stubs directory.

v6.1.1

4 years ago

Fixed

  • Bumped minor version to match new tag in README.md.

v6.1.0

4 years ago

Added

  • Artisan command to create models.