Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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