The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
10.x
passport:install
🖥
passport:install
Run the commands necessary to prepare Passport for use
Options
force
- Overwrite keys they already exist
Optional
length
- The length of the private key
Optional
uuids
- Use UUIDs for all client IDs
Optional
php artisan passport:install [--uuids] [--force] [--length [LENGTH]]
Click to copy