Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

chaotic's avatar

laravel passport code generation behind the scenes

In Laravel Passport, when converting authorization codes to access tokens as described in the documentation link provided: https://laravel.com/docs/10.x/passport#requesting-tokens-converting-authorization-codes-to-access-tokens

'code' => $request->code,

I want to know in which file in the vendor directory the code is created.

0 likes
0 replies

Please or to participate in this conversation.