Astrotomic / laravel-translatable

A Laravel package for multilingual models

Home Page:https://docs.astrotomic.info/laravel-translatable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on seeder "Array to string conversion"

veigoo-repo opened this issue · comments

commented

When I run the seeder, for example as in the guide, with "it" as locale it gives me the following error. if I run it with eg "es" works. There is a problem for "It".

Array to string conversion at vendor/laravel/framework/src/Illuminate/Support/Str.php:835

  • PHP: 8.0.2
  • Database: mysql
  • Laravel: ^9.0
  • Package: astrotomic/laravel-translatable