The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
12.x
scout:sync-index-settings
Sponsor Artisan.page on GitHub
🖥
scout:sync-index-settings
Sync your configured index settings with your search engine (Meilisearch)
Options
driver
- The name of the search engine driver (Defaults to configuration value: `scout.driver`)
Optional
php artisan scout:sync-index-settings [--driver [DRIVER]]
Click to copy