Laravel Unique Translation Versions Save

⭐️ Check if a translated value in a JSON column is unique in the database.

4.3.1

3 weeks ago
  • Fix could not get locale when using Filament v3 #32

4.3.0

1 month ago
  • Add support for Laravel 11 (#31)

4.2.1

2 months ago
  • Fix Filament validation key (#29)

4.2.0

5 months ago
  • Add Filament support (#25 , #26)

4.1.2

1 year ago
  • Support PostgreSQL case insensitive queries with ILIKE (#24)

4.1.1

1 year ago
  • Fix escaped backslashes for SQLite

4.1.0

1 year ago
  • Add support for Laravel 10
  • Restore (unofficial) database compatibility beyond MySQL by using a LIKE query (queries should still be case insensitive using this syntax)

4.0.0

1 year ago
  • Enable case-insensitive search in MySQL 8.7+ JSON fields (#22)
  • Drop support for MySQL 5.6

3.5.0

2 years ago
  • Add support for Laravel 9

3.4.2

3 years ago
  • Add PHP 8 support