hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

Target [Illuminate\Contracts\Http\Kernel] is not instantiable. #52

Closed ShayanSolution closed 6 years ago

ShayanSolution commented 6 years ago

After cloning repo. when i try to run

php artisan migrate

i am getting following error

[Illuminate\Contracts\Container\BindingResolutionException] Target [Illuminate\Contracts\Http\Kernel] is not instantiable.

php : 7.0.23

hasib32 commented 6 years ago

Did you run composer install

ShayanSolution commented 6 years ago

I noticed that some old composer.lock file was causing issue. I removed composer.lock file and then re-installed.

It works now.

Thank you