https://github.com/sherlockboy/laragolia
Advanced search in Laravel 8
https://github.com/sherlockboy/laragolia
algolia api elasticsearch laravel spatie-laravel-searchable
Last synced: about 2 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T13:35:48.000Z (about 5 years ago)
- Last Synced: 2025-03-26T09:37:27.072Z (about 1 year ago)
- Topics: algolia, api, elasticsearch, laravel, spatie-laravel-searchable
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- 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.git
cd laragolia
cp .env.example .env
composer install
php artisan migrate --seed
php artisan serve
```