Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sherlockboy/laragolia

Advanced search in Laravel 8
https://github.com/sherlockboy/laragolia

algolia api elasticsearch laravel spatie-laravel-searchable

Last synced: 19 days ago
JSON representation

Advanced search in Laravel 8

Awesome Lists containing this project

README

        

## Laragolia

Laragolia is simple search-system implemented with [Spatie Laravel Searchable](https://github.com/spatie/laravel-searchable) package. It is the local replacement for [Algolia](https://www.algolia.com/) and [Elastic Search](https://www.elastic.co/).

# Installation

```bash
https://github.com/Sherlockboy/laragolia.git

cd laragolia

cp .env.example .env

composer install

php artisan migrate --seed

php artisan serve
```