https://github.com/visual-ideas/scout-phpmorphy
UNDER CONSTRUCTION phpMorphy (+MySQL) Driver for Laravel Scout
https://github.com/visual-ideas/scout-phpmorphy
Last synced: 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T00:43:02.000Z (over 2 years ago)
- Last Synced: 2025-12-31T17:59:22.593Z (6 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
[](https://packagist.org/packages/visual-ideas/scout-phpmorphy)
[](https://github.com/visual-ideas/scout-phpmorphy/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/visual-ideas/scout-phpmorphy/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](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