The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
10.x
scout:index
🖥
scout:index
Create an index
Options
key
- The name of the primary key
Optional
Arguments
name
- The name of the index
Required
php artisan scout:index [-k|--key [KEY]] [--] <name>
Click to copy