client
- Create a client credentials grant client Optionalname
- The name of the client Optionalpassword
- Create a password grant client Optionalpersonal
- Create a personal access token client Optionalprovider
- The name of the user provider Optionalpublic
- Create a public client (Auth code grant type only) Optionalredirect_uri
- The URI to redirect to after authorization Optionaluser_id
- The user ID the client should be assigned to Optionalphp artisan passport:client [--personal] [--password] [--client] [--name [NAME]] [--provider [PROVIDER]] [--redirect_uri [REDIRECT_URI]] [--user_id [USER_ID]] [--public]