Skip to content

Instantly share code, notes, and snippets.

@markbiek
Created September 15, 2016 19:57
Show Gist options
  • Select an option

  • Save markbiek/c8dcf65219bf7e81bae65d9b7f12608d to your computer and use it in GitHub Desktop.

Select an option

Save markbiek/c8dcf65219bf7e81bae65d9b7f12608d to your computer and use it in GitHub Desktop.
use AlgoliaSearch\Laravel\AlgoliaEloquentTrait;
class Person extends Model {
use AlgoliaEloquentTrait;
public $indices = [‘my-index’];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment