Target class [UsersTableSeeder] does not exist.
こちらのエラーがクラスが見つからないということは分かったのですが、
その後の対処法がわかりませんので教えて下さい。
php artisan migrate --seed
php artisan migrate --seed
Nothing to migrate.
Illuminate\Contracts\Container\BindingResolutionException
Target class [UsersTableSeeder] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:807
803|
804| try {
805| $reflector = new ReflectionClass($concrete);
806| } catch (ReflectionException $e) {
807| throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
808| } 809| 810| // If the type is not instantiable, the developer is attempting to resolve 811| // an abstract type such as an Interface or Abstract Class and there is +8 vendor frames
9 database/seeds/DatabaseSeeder.php:14
Illuminate\Database\Seeder::call("UsersTableSeeder")
+38 vendor frames
48 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/14 14:16