I've gotten my model data into Algolia by using having a large transformation occur in my model.
I'd like to move this into a custom transformer now as I refactor.
Algolia has this article https://www.algolia.com/doc/framework-integration/laravel/indexing/configure-searchable-data/?client=php#writing-custom-transformers but it doesn't explain the transformer service class. Has anyone done this before?