Soude Jacques
Soude Jacques

Reputation: 11

How can i solve this php artisan issue? Illuminate\Contracts\Container\BindingResolutionException

This is Illuminate\Contracts\Container\BindingResolutionException Target class [NunoMaduro\Collision\Adapters\Laravel\Commands\TestCommand] does not exist. error

Upvotes: -2

Views: 1259

Answers (1)

Omar
Omar

Reputation: 1111

Illuminate\Contracts\Container\BindingResolutionException : Target class [] does not exist.

message, this could be helpful:

composer dump-autoload

also, this could be helpful

php artisan config:cache 

Upvotes: 0

Related Questions