The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
11.x
passport:hash
🖥
passport:hash
Hash all of the existing secrets in the clients table
Options
force
- Force the operation to run without confirmation prompt
Optional
php artisan passport:hash [--force]
Click to copy