Skip to content

Commit c10b6ad

Browse files
committed
Update readme
1 parent 5a2453f commit c10b6ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PostgreSQL Full Text Search Engine for Laravel Scout [WIP]
1+
# PostgreSQL Full Text Search Engine for Laravel Scout
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/pmatseykanets/laravel-scout-postgres.svg?style=flat-square)](https://packagist.org/packages/pmatseykanets/laravel-scout-postgres)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
@@ -15,7 +15,7 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
1515

1616
- [Installation](#installation)
1717
- [Scout 1.x](#scout-1x)
18-
- [Scout 2.x](#scout-2x)
18+
- [Scout 2.x, 3.x](#scout-2x-3x)
1919
- [Laravel](#laravel)
2020
- [Lumen](#lumen)
2121
- [Configuration](#configuration)
@@ -41,13 +41,13 @@ You can install the package via composer:
4141
composer require pmatseykanets/laravel-scout-postgres:0.2.1
4242
```
4343

44-
### Scout 2.x
44+
### Scout 2.x, 3.x
4545
``` bash
4646
composer require pmatseykanets/laravel-scout-postgres
4747
```
4848

4949
### Laravel
50-
Register the service provider:
50+
If you're using Laravel < 5.5 or if you have package auto-discovery turned off you have to manually register the service provider:
5151

5252
```php
5353
// config/app.php

0 commit comments

Comments
 (0)