I'm fetching data from Airtable and converting this to an Eloquent Model.
Is there a way to send this Model to Algolia without first storing it in a MySql DB?
I'm fetching data from Airtable and converting this to an Eloquent Model.
Is there a way to send this Model to Algolia without first storing it in a MySql DB?
try this command:
php artisan scout:import "<your model path>"
e.g. php artisan scout:import "App\Product"