我要使用这个包,Gimei https://github.com/tomohiro/gimei
composer require tomohiro/gimei
use App\Client;
use Gimei;
public function ClientsTableSeeder
{
$name= Gimei::name();
$clients = [
[
'id' => 1,
'name' => $name->kanji;,
'kanaName' => $name->katakana,
]
];
Client::insert($clients);
}
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError("The use statement with non-compound name 'Gimei' has no effect", "/app/database/seeds/ClientsTableSeeder.php"
, ["/app/vendor/composer/../../database/seeds/ClientsTableSeeder.php"])
请帮助我。