Skip to content

Commit

Permalink
Updated README to mention you need to add service provider when on La…
Browse files Browse the repository at this point in the history
…ravel 5.4 or lower.
  • Loading branch information
vblinden committed May 9, 2018
1 parent b89badc commit fb2a511
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ This package creates a MySQL fulltext index for models and enables you to search
## Installation

1. Install with composer ``composer require swisnl/laravel-fulltext``.
2. Install service provider ``Swis\LaravelFulltext\FulltextServiceProvider::class,`` in ``config/app.php``
3. Publish migrations and config ``php artisan vendor:publish --tag=laravel-fulltext``
4. Migrate the database ``php artisan migrate``
2. Publish migrations and config ``php artisan vendor:publish --tag=laravel-fulltext``
3. Migrate the database ``php artisan migrate``

> Only if you are on Laravel 5.4 or lower will you need to install the service provider ``Swis\LaravelFulltext\FulltextServiceProvider::class,`` in ``config/app.php``

## Usage
Expand Down

0 comments on commit fb2a511

Please sign in to comment.