hasib32 / rest-api-with-lumen

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

Can't run #67

Closed zachary closed 5 years ago

zachary commented 5 years ago

php artisan migrate --seed php -S .... always show this as below

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

zachary commented 5 years ago

just remove composer.lock and run composer install

thanks