Laravel Sluggable Versions Save

An opinionated package to create slugs for Eloquent models

3.0.2

3 years ago
  • bugfix for updating slugs generated from a callback (#200)

3.0.1

3 years ago
  • update slug on non unique names (#195)

3.0.0

3 years ago
  • require PHP 8+
  • drop support for PHP 7.x
  • convert syntax to PHP 8
  • move Exceptions to Exceptions folder to match structure of other packages

2.6.2

3 years ago
  • Added translatable slug overriding (#190)

2.6.1

3 years ago
  • fix Eloquent model checking (#186)

2.6.0

3 years ago
  • add preventOverwrite
  • add support for PHP 8

2.5.2

3 years ago
  • fixed an incompatibility bug with postgresql uuid column (#173)

2.5.1

3 years ago
  • add support for Laravel 8

2.5.0

3 years ago
  • add helper trait to integrate with laravel-translatable #155

2.4.2

4 years ago
  • fix bug that causes empty slugs when dealing with multi-bytes chars (#152)