The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
8.x
passport:keys
🖥
passport:keys
Create the encryption keys for API authentication
Options
force
- Overwrite keys they already exist
Optional
length
- The length of the private key
Optional
php artisan passport:keys [--force] [--length [LENGTH]]
Click to copy