Skip to content

Commit

Permalink
First check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga committed Nov 12, 2022
1 parent dc74eee commit ac8dc39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ This is the contents of the published config file:

```php
return [

'table_prefix' => 'phpmorphy_',

'min_word_length' => 2,

];
```

Expand All @@ -51,14 +56,14 @@ Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="scout-phpmorphy-views"
```
-->
## Usage
```php
$scoutPhpmorphy = new VI\ScoutPhpmorphy();
echo $scoutPhpmorphy->echoPhrase('Hello, VI!');
```
-->

<!---
## Testing
Expand Down

0 comments on commit ac8dc39

Please sign in to comment.