BindingResolutionException on Laravel 8 #329
-
|
Tried to install this package on a fairly fresh Laravel 8.18.1 application. Followed the steps under the installation section of the documentation. But it results in BindingResolutionException. I can trace it to: Have is missed something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi I have the same problem, any tips on how to solve it? |
Beta Was this translation helpful? Give feedback.
-
|
I found the problem here. It was just laravel cache. :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, in my case (installed on a macbook docker Laravel8), the solution was to add 1 line to the routers/web.php file - <?php Solution: |
Beta Was this translation helpful? Give feedback.
I found the problem here.
It was just laravel cache.
:)