How to install and use laravel scout with slim 3.5?

hi
how i install and use:

https://laravel.com/docs/5.3/scout

with slim 3.5 ?

sombody can help mw step by step plz

or how i install and use
Algolia
with slim 3.5 step by step
thanks :slight_smile:

just use composer

  1. composer require slim/slim
  2. composer require laravel/scout

And you create a php file with this code

<?php
require 'vendor/autoload.php';

// put you code here

I think this is the same thing Algolia