laravel数据填充异常

php artisan db:seed --class=RoomSeeder

Illuminate\Contracts\Container\BindingResolutionException

Target class [RoomSeeder] does not exist.

at vendor/laravel/framework/src/Illuminate/Container/Container.php:807
803|
804| try {
805| concrete);
806| } catch (ReflectionException $e) {

807| throw new BindingResolutionException("Target class [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

  +24 vendor frames 

25 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

https://learnku.com/articles/16832

image.png

你可能感兴趣的:(laravel数据填充异常)