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()
网友评论