Skip to content

Commit

Permalink
support V3 of spatie/laravel-translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
mohrajab committed Nov 19, 2018
1 parent 10cfe1d commit 38d1e62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"require": {
"php": ">=7.1.0",
"spatie/laravel-translatable": "^2.2"
"spatie/laravel-translatable": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
Binary file added dist/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This field allow you to support multilingual index/forms/deatils CRUD using [Lar

### Screenshots

![Index languages buttons](https://www.imageupload.co.uk/images/2018/09/01/ScreenShot2018-09-01at7.48.49PM.png)
![Index languages buttons](https://raw.githubusercontent.com/DigitalCloud/multilingual-nova/master/dist/sample.png)

### Install

Expand Down

0 comments on commit 38d1e62

Please sign in to comment.