Skip to content

Laravel 6 BindingResolutionException #49

@ITwrx

Description

@ITwrx

hi. trying to run "php artisan config:cache" with L6 i get:

Configuration cache cleared!

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

at /srv/http/l6_app/vendor/laravel/framework/src/Illuminate/Container/Container.php:805
801|
802| try {
803| $reflector = new ReflectionClass($concrete);
804| } catch (ReflectionException $e) {

805| throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
806| }
807|
808| // If the type is not instantiable, the developer is attempting to resolve
809| // an abstract type such as an Interface or Abstract Class and there is

Exception trace:

1 Illuminate\Foundation\Bootstrap\HandleExceptions::handleException(Object(Illuminate\Contracts\Container\BindingResolutionException))
[internal]:0

2 ReflectionException::("Class sneaker does not exist")
/srv/http/l6_app/vendor/laravel/framework/src/Illuminate/Container/Container.php:803

Please use the argument -v to see more details.

any ideas?

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions