Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
waelsjaber committed Dec 21, 2021
1 parent 97bf66c commit bf8e4eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

All notable changes to `Multilingual Nova` will be documented in this file.

## v2.0.5 - 2021-12-21
## v3.0.0 - 2021-12-21
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This package allows you to switch Nova language. Languages could be retrieved as
|--------------|---------|
| PHP | ^8.0 |
| Laravel | ^8.0 |
| Laravel Nova | ~3.0 |

### Installation

Expand Down Expand Up @@ -122,7 +123,7 @@ In create and update page, the field allows you to change the language of inputs

### Model:

You can add spatie translatable to your model.
We use [Spatie laravel translatable](https://github.com/spatie/laravel-translatable)

```php
use Spatie\Translatable\HasTranslations;
Expand Down

0 comments on commit bf8e4eb

Please sign in to comment.