Skip to content

Commit 3de407f

Browse files
authored
Merge pull request #4 from erjanmx/package-autodiscovery
Laravel 5.5
2 parents 16a2019 + e72f214 commit 3de407f

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +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-
34-
```
35-
3625
Publish the Package configuration
3726

3827
```bash

0 commit comments

Comments
 (0)