-
Notifications
You must be signed in to change notification settings - Fork 141
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
getting error on install passport in lumen 9 #175
Comments
@chitos07 have you solve this ? |
any solution for this? |
Same problem after update to Lumen 9 |
Localized problem, it is some incompatibility with the new version of Passport v11. "laravel/passport": "^10.4" |
Nah i use lumen 8 instead of 9 |
This work great for me. |
same error for me |
same error for me. |
This work for me |
Using Lumen 9 |
It worked here, thanks! |
solve problem with add "laravel/passport": "^10.4" ok! but not solve this one on mane package and relase it!?? |
I just discover laravel/passport was an upgraded version and not supported on this package. solution: |
Great!!! tks!! |
It worked really well for me |
You can disable register routers to ignore errors: |
hm, after downgrading to "laravel/passport": "^10.4" Illuminate\Support\ServiceProvider::{closure}(): Argument #1 ($router) must be of type Illuminate\Routing\Router, Laravel\Lumen\Routing\Router given, called in /var/www/html/vendor/laravel/lumen-framework/src/Routing/Router.php |
Lumen itself is largely abandoned at this point, I would suggest switching to Laravel if you are using passport. |
I am experiencing the same issue here, I am on lumen 10, dusterio/lumen-passport 0.3.8 and laravel/passport 11.10.2. |
I have same error with lumen & passport latest version
|
I have same error with lumen 10! please check |
i use it and dont work for me! on lumen 10 and laravel/passport 11 and get thsi error : |
i use it and get error: |
when i try to migrate i got
In Facade.php line 338:
Call to undefined method Laravel\Lumen\Routing\Router::middleware()
The text was updated successfully, but these errors were encountered: