Skip to content

Commit 26a7bcf

Browse files
authored
Add auto-discovery message
1 parent 16a2019 commit 26a7bcf

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,12 @@ Laravel-api-auth makes that easy as breathe, no migrations, no models
1616

1717
### Installing package
1818

19+
If you're using Laravel prior to 5.5, consider using [v0.1](https://github.com/erjanmx/laravel-api-auth/tree/v0.1) branch
20+
1921
```bash
2022
$ composer require erjanmx/laravel-api-auth
2123
```
2224

23-
Configure the Service Provider
24-
25-
```php
26-
// /config/app.php
27-
28-
'providers' => [
29-
// other providers
30-
31-
Apiauth\Laravel\CAuthServiceProvider::class
32-
],
33-
3425
```
3526
3627
Publish the Package configuration

0 commit comments

Comments
 (0)