美文网首页
laravel数据填充异常

laravel数据填充异常

作者: Krunner_坤少 | 来源:发表于2020-04-11 21:18 被阅读0次

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| 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

  +24 vendor frames 

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

https://learnku.com/articles/16832

image.png

相关文章

网友评论

      本文标题:laravel数据填充异常

      本文链接:https://www.haomeiwen.com/subject/ksypmhtx.html