Open chitos07 opened 2 years ago
@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. Adding in composer.json the following line works correctly with Lumen 9:
"laravel/passport": "^10.4"
@chitos07 have you solve this ?
Nah i use lumen 8 instead of 9
Localized problem, it is some incompatibility with the new version of Passport v11. Adding in composer.json the following line works correctly with Lumen 9:
"laravel/passport": "^10.4
This work great for me.
same error for me
same error for me.
Localized problem, it is some incompatibility with the new version of Passport v11. Adding in composer.json the following line works correctly with Lumen 9:
"laravel/passport": "^10.4"
This work for me
Using Lumen 9 This worked for me too. Thanks.
It worked here, thanks!
solve problem with add "laravel/passport": "^10.4" ok! but not solve this one on mane package and relase it!??
@dusterio
I just discover laravel/passport was an upgraded version and not supported on this package. this is an issue that I found. https://github.com/laravel/passport/pull/1464
solution: downgrade laravel/passport into 10.4.1
Localized problem, it is some incompatibility with the new version of Passport v11. Adding in composer.json the following line works correctly with Lumen 9:
"laravel/passport": "^10.4"
Great!!! tks!!
Localized problem, it is some incompatibility with the new version of Passport v11. Adding in composer.json the following line works correctly with Lumen 9:
"laravel/passport": "^10.4"
It worked really well for me
You can disable register routers to ignore errors:
Passport::$registersRoutes = false;
hm,
after downgrading to "laravel/passport": "^10.4" i have
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
on line 62
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. A fix would be appreciated.
I have same error with lumen & passport latest version
"laravel/lumen-framework": "^10.0",
"laravel/passport": "^11.10",
I have same error with lumen 10! please check
I have same error with lumen & passport latest version
"laravel/lumen-framework": "^10.0", "laravel/passport": "^11.10",
i use it and dont work for me! on lumen 10 and laravel/passport 11 and get thsi error :
Call to undefined method Laravel\Lumen\Routing\Router::middleware()
I have same error with lumen & passport latest version
"laravel/lumen-framework": "^10.0", "laravel/passport": "^11.10",
i use it and dont work for me! on lumen 10 and laravel/passport 11 and get thsi error :
Call to undefined method Laravel\Lumen\Routing\Router::middleware()
i use it and get error: In Facade.php line 355: Call to undefined method Laravel\Lumen\Routing\Router::middleware()
when i try to migrate i got In Facade.php line 338:
Call to undefined method Laravel\Lumen\Routing\Router::middleware()