-
Notifications
You must be signed in to change notification settings - Fork 390
Useful Commands
Edho Arief edited this page Dec 7, 2023
·
10 revisions
tinker> NewsPost::syncAll()
tinker> app('groups')->resetCache()
php artisan es:index-documents --types=beatmapsets --inplace
php artisan es:index-documents --inplace
Remove --inplace
parameter to create new index instead.
Available --types
option:
artist_tracks
beatmapsets
posts
-
users
Multiple types can be specified separated by comma.