Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BindingResolutionException after installation #52

Open
Ronan-Lenor opened this issue Feb 23, 2021 · 0 comments
Open

BindingResolutionException after installation #52

Ronan-Lenor opened this issue Feb 23, 2021 · 0 comments

Comments

@Ronan-Lenor
Copy link

Hello,

i've made a fresh new installation of laravel 8 + jetstream + telescope.
then after adding your package, i've got this error after performing a "php artisan route:list" :

   Illuminate\Contracts\Container\BindingResolutionException

  Target [Laravel\Telescope\Contracts\EntriesRepository] is not instantiable while building [Fruitcake\TelescopeToolbar\Http\Controllers\ToolbarController].

  at S:\work\Kantazen\Project\Kantazen\bin\www\laravel-8-js\vendor\laravel\framework\src\Illuminate\Container\Container.php:1042
    1038▕         } else {
    1039▕             $message = "Target [$concrete] is not instantiable.";
    1040▕         }
    1041▕
  ➜ 1042▕         throw new BindingResolutionException($message);
    1043▕     }
    1044▕
    1045▕     /**
    1046▕      * Throw an exception for an unresolvable primitive.

  1   C:\Somewhere\Over\The\Rainbow\laravel-8\vendor\laravel\framework\src\Illuminate\Container\Container.php:839
      Illuminate\Container\Container::notInstantiable("Laravel\Telescope\Contracts\EntriesRepository")

  2   C:\Somewhere\Over\The\Rainbow\laravel-8\vendor\laravel\framework\src\Illuminate\Container\Container.php:712
      Illuminate\Container\Container::build("Laravel\Telescope\Contracts\EntriesRepository")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant