Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/algolia/algoliasearch-laravel-example

DEPRECATED: Use of this repository is deprecated. Please use the official playground repository instead - https://github.com/algolia/api-clients-playground/tree/master/laravel-scout-extended
https://github.com/algolia/algoliasearch-laravel-example

algolia algolia-search laravel laravel-framework search search-engine

Last synced: about 1 month ago
JSON representation

DEPRECATED: Use of this repository is deprecated. Please use the official playground repository instead - https://github.com/algolia/api-clients-playground/tree/master/laravel-scout-extended

Awesome Lists containing this project

README

        


DEPRECATED: Use of this repository is deprecated. Please use the official
playground repository instead -

https://github.com/algolia/api-clients-playground/tree/master/laravel-scout-extended

# Laravel Scout Example

This project showcases how you can use Laravel Scout in your project.

## Getting Started

* Clone the repository
* `composer install`
* `touch database/database.sqlite`
* `cp .env.example .env`
* Ensure `.env` is correct (path to database)
* Add algolia credentials to `.env`
* `php artisan migrate --seed`
* `php artisan serve` and open it in your browser