Class Dingo\Blueprint\Blueprint does not exist
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
ReflectionException : Class Dingo\Blueprint\Blueprint does not exist
at /home/ubuntu/projects/teachers-api/vendor/laravel/framework/src/Illuminate/Container/Container.php:767
763| if ($concrete instanceof Closure) {
764| return $concrete($this, $this->getLastParameterOverride());
765| }
766|
> 767| $reflector = new ReflectionClass($concrete);
768|
769| // If the type is not instantiable, the developer is attempting to resolve
770| // an abstract type such as an Interface of Abstract Class and there is
771| // no binding registered for the abstractions so we need to bail out.
Exception trace:
1 ReflectionClass::__construct("Dingo\Blueprint\Blueprint")
/home/ubuntu/projects/teachers-api/vendor/laravel/framework/src/Illuminate/Container/Container.php:767
2 Illuminate\Container\Container::build("Dingo\Blueprint\Blueprint")
/home/ubuntu/projects/teachers-api/vendor/laravel/framework/src/Illuminate/Container/Container.php:646
Please use the argument -v to see more details.
Contributor guide
Assessment
This issue has not been assessed yet.