Skip to content

Commit 2a975d8

Browse files
Merge pull request #25 from unicodeveloper/improve-readme
Improve readme
2 parents c95422b + a264187 commit 2a975d8

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22

33
All Notable changes to `laravel-identify` will be documented in this file
44

5-
## 2015-11-04
6-
- Initial release
5+
## Jan 19, 2016
6+
- Initial release
7+
8+
## May 6, 2019
9+
- Add support for Laravel 5.3, 5.4
10+
- Bump Browser Detector to v6
11+
12+
## May 7, 2019
13+
- Add support for Laravel 5.5, 5.6, 5.7 and 5.8
14+
- Add support for Laravel auto package discovery

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
1313
## Installation
1414

15-
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.
15+
[PHP](https://php.net) 7.1+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.
1616

1717
To get the latest version of Laravel Identify, simply add the following line to the require block of your `composer.json` file.
1818

1919
```
20-
"unicodeveloper/laravel-identify": "1.1.*"
20+
"unicodeveloper/laravel-identify": "1.7.*"
2121
```
2222

2323
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
2424

25-
Once Laravel Identify is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.
25+
- If you're on Laravel 5.5 or above, that's all you need to do! Check out the usage examples below.
26+
- If you're on Laravel < 5.5, you'll need to register the service provider once the package is installed. Open up `config/app.php` and add the following to the `providers` array:
2627

2728
* `Unicodeveloper\Identify\IdentifyServiceProvider::class`
2829

0 commit comments

Comments
 (0)