You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,15 @@ But then you want to make sure each translation is unique for its language.
19
19
20
20
That's where this package comes in to play.
21
21
22
+
This package also supports [`spatie/nova-translatable`](https://github.com/spatie/nova-translatable/) in case you are using [Laravel Nova](https://nova.laravel.com/).
23
+
22
24
## ✅ Requirements
23
25
24
26
- PHP ^7.2
25
27
- MySQL >= 5.7
26
28
-[Laravel](https://laravel.com/) >= 6 (use v1.* for Laravel 5.*)
If you are using [Laravel Nova](https://nova.laravel.com/) in combination with [`spatie/nova-translatable`](https://github.com/spatie/nova-translatable/), then you can add the validation rule like this:
0 commit comments