laravelを用いた掲示板
↑↑↑
こちらのサイトで、形だけコピペしながら掲示板を作成したかったのですが、
途中の以下のcommandでエラーにひっかかりました。
全部コピペして作成しているので、URLを見ながらご意見いただきたいです。
command
1php artisan db:seed
error
1 Illuminate\Contracts\Container\BindingResolutionException 2 3 Target class [Database\Seeders\PostsTableSeeder] does not exist. 4 5 at vendor/laravel/framework/src/Illuminate/Container/Container.php:832 6 828▕ 7 829▕ try { 8 830▕ $reflector = new ReflectionClass($concrete); 9 831▕ } catch (ReflectionException $e) { 10 ➜ 832▕ throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e); 11 833▕ } 12 834▕ 13 835▕ // If the type is not instantiable, the developer is attempting to resolve 14 836▕ // an abstract type such as an Interface or Abstract Class and there is 15 16 +8 vendor frames 17 9 database/seeders/DatabaseSeeder.php:17 18 Illuminate\Database\Seeder::call("Database\Seeders\PostsTableSeeder") 19 20 +22 vendor frames 21 32 artisan:37 22 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2021/01/07 22:24