laravel-unique-translation
laravel-unique-translation copied to clipboard
⭐️ Check if a translated value in a JSON column is unique in the database.
It seems that the `where` clause in the `unique_translation` rule is case sensitive. https://github.com/codezero-be/laravel-unique-translation/blob/1eb3d56b1f4af36b4985730619838bb124436b81/src/UniqueTranslationValidator.php#L161-L164 According to my Google searches, MySQL is supposed to be case insensitive when using a collation...
Hello, I'm using this package with MariaDB 10.6.9, Laravel 9, PHP 8.1 and Spatie Laravel Translatable v6, but it is not working. Is it compatible with this environment or only...
Hello! Thanks for the package. Will it be updated for laravel 12 compatibility? Should it already be? Thanks
Previously, the getFilamentAttributeNameAndLocale() function only handled attributes prefixed with "data.", as used by Filament resource forms. In the Relation Manager context, however, attributes appear as "mountedTableActionsData.." (e.g. "mountedTableActionsData.0.slug"), which caused...