laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.

Home Page:https://laravel.com/docs/passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whenever i try to install passport, laravel latest application

muhammadsanwarulislam opened this issue · comments

It looks like it tries to install Laravel Passport 11 which only has support for Laravel 9 & 10.
Try installing version 12 explicitly like this: composer require laravel/passport:^12.0@dev

With all the deprecation warnings it feels like you're running an old version of composer. Try updating your composer using composer self-update and then running the same command again.

It's work for me to execute composer require laravel/passport dev-master

Laravel Framework 11 has not been officially released yet.

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

Thank you very much, @rojtjo! I had the same problem, and your answer really helped me.