dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Class Dingo\Blueprint\Blueprint does not exist #1601

Open tikemantns opened 5 years ago

tikemantns commented 5 years ago

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.

specialtactics commented 5 years ago

You're going to need to provide a lot more info that that, there's literally nothing anyone can do based on that.

tikemantns commented 5 years ago

I am just trying php artisan serve cmd to serve my api getting this error. i am using laravel 5.6

specialtactics commented 5 years ago

I can't say I can reproduce this error;

➜  www git:(master) ./artisan serve
Laravel development server started: <http://127.0.0.1:8000>

I recommend submitting your bug in the format outlined when the "new issue" button is pressed, it may give us more useful information.

specialtactics commented 5 years ago

@tikemantns any update on this one?