We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be908c commit cdeb6f8Copy full SHA for cdeb6f8
README.md
@@ -14,10 +14,9 @@ First, use composer to require the package as below:
14
composer require ukfast/laravel-sieve
15
```
16
17
-If you have a Lumen project you will need to register the service provider as below.
18
In Laravel the service provider will be automatically discovered.
19
20
-You register the service provider in the `providers` key in ``config/app.php`:
+If you are using Lumen you will need to register the service provider in the `providers` key in `config/app.php`:
21
22
23
UKFast\Sieve\SieveServiceProvider::class,
0 commit comments