Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visual-ideas/scout-phpmorphy
UNDER CONSTRUCTION phpMorphy (+MySQL) Driver for Laravel Scout
https://github.com/visual-ideas/scout-phpmorphy
Last synced: about 2 months ago
JSON representation
UNDER CONSTRUCTION phpMorphy (+MySQL) Driver for Laravel Scout
- Host: GitHub
- URL: https://github.com/visual-ideas/scout-phpmorphy
- Owner: visual-ideas
- License: mit
- Created: 2022-11-11T19:15:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T00:43:02.000Z (about 1 year ago)
- Last Synced: 2024-04-18T10:51:20.491Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UNDER CONSTRUCTION package scout-phpmorphy
[![Latest Version on Packagist](https://img.shields.io/packagist/v/visual-ideas/scout-phpmorphy.svg?style=flat-square)](https://packagist.org/packages/visual-ideas/scout-phpmorphy)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/visual-ideas/scout-phpmorphy/run-tests?label=tests)](https://github.com/visual-ideas/scout-phpmorphy/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/visual-ideas/scout-phpmorphy/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/visual-ideas/scout-phpmorphy/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/visual-ideas/scout-phpmorphy.svg?style=flat-square)](https://packagist.org/packages/visual-ideas/scout-phpmorphy)This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require visual-ideas/scout-phpmorphy
```You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="scout-phpmorphy-migrations"
php artisan migrate
```You can publish the config file with:
```bash
php artisan vendor:publish --tag="scout-phpmorphy-config"
```This is the contents of the published config file:
```php
return ['table_prefix' => 'phpmorphy_',
'min_word_length' => 2,
];
```## Credits
- [AlexVenga](https://github.com/visual-ideas)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
only integer keys