Commands.app

php artisan passport:client

Passport

Create a new Passport client

Options & Flags
Available options for this command
--personal

Create personal access client

--password

Create password grant client

Examples
Common usage examples

Create new OAuth2 client (interactive)

php artisan passport:client

Create personal access client

php artisan passport:client --personal
Related Commands
You might also find these useful