Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignitionwolf/wolf-api-elastic
Bridge between Elastic Search Migrations and WolfAPI.
https://github.com/ignitionwolf/wolf-api-elastic
Last synced: 1 day ago
JSON representation
Bridge between Elastic Search Migrations and WolfAPI.
- Host: GitHub
- URL: https://github.com/ignitionwolf/wolf-api-elastic
- Owner: IgnitionWolf
- Created: 2020-10-02T21:05:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T21:15:12.000Z (about 4 years ago)
- Last Synced: 2023-08-07T22:28:48.759Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastic Cache Bridge
This is a bridge between the [Elastic Search Migrations package built by babenkoivan](https://github.com/babenkoivan/elastic-scout-driver) and [WolfAPI](https://github.com/IgnitionWolf/wolf-api). It was necessary to build this because WolfAPI relies on Laravel Modules, and we needed to add support to create elastic migrations following the modular structure.
This is a fully optional package, only use this if you're using [babenkoivan's Elastic Search Driver package](https://github.com/babenkoivan/elastic-scout-driver) with WolfAPI.
## Installation
```
composer require ignitionwolf/wolf-api-elastic
```## Usage
This package adds a new command:
```
php artisan module:elastic:make-migration [name] [module]
```You can use ``php artisan elastic:migrate`` to migrate as per usual.