Commands.app

php artisan passport:install

Passport

Install Laravel Passport OAuth2 server

Options & Flags
Available options for this command
--force

Overwrite existing keys

Examples
Common usage examples

Create encryption keys and OAuth2 clients

php artisan passport:install
Notes
  • Full OAuth2 server implementation
  • Creates personal access and password grant clients
Related Commands
You might also find these useful