Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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
- Host: GitHub
- URL: https://github.com/algolia/algoliasearch-laravel-example
- Owner: algolia
- Created: 2018-04-05T07:57:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T09:09:05.000Z (over 4 years ago)
- Last Synced: 2024-04-11T05:18:23.332Z (7 months ago)
- Topics: algolia, algolia-search, laravel, laravel-framework, search, search-engine
- Language: PHP
- Homepage: https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
- Size: 270 KB
- Stars: 14
- Watchers: 59
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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