Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sherlockboy/laragolia
- Owner: Sherlockboy
- Created: 2021-05-12T11:22:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T13:35:48.000Z (over 3 years ago)
- Last Synced: 2023-08-23T21:13:58.969Z (over 1 year ago)
- Topics: algolia, api, elasticsearch, laravel, spatie-laravel-searchable
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd laragolia
cp .env.example .env
composer install
php artisan migrate --seed
php artisan serve
```