/laravel-scout-algolia

Implementing laravel scout and algolia search functionality

Primary LanguagePHP

laravel-scout-algolia

Implementing laravel scout and algolia search functionality

Usage

#Create an account on https://www.algolia.com. #Goto the ApiKeys and grab the keys #Relace the keys in the .env file #Run php artisan migrate #Run php artisan db:seed --class=PostsTableSeeder to generate some dummy data to work with #Run Indexing php artisan scout:import "App\Post"