Skip to content

Commit 24a6c02

Browse files
author
Patrick Leckey
committed
2.1.0 release
1 parent b4b91ad commit 24a6c02

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ composer.lock
44
.DS_Store
55
/tests
66
phpunit.xml
7-
.env
7+
.env
8+
.idea

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Laravel 5 NewRelic Service Provider
2+
3+
| Laravel Version | Package Tag | Supported |
4+
|-----------------|-------------|-----------|
5+
| 5.2.x | 2.1.x | yes |
6+
| 5.1.x | 2.0.x | yes |
7+
| 5.0.x | 2.0.x | no |
8+
29
*[see below for Laravel 4.x support](https://github.com/In-Touch/laravel-newrelic#laravel-4x-support)*
310

411
## Installation
512

13+
See the table above for package version information, and change the version below accordingly.
14+
615
Using `composer`, run:
716

817
composer require intouch/laravel-newrelic:"~2.0"
@@ -60,7 +69,7 @@ other gathers their timings (in milliseconds). These recorded metrics will show
6069

6170
The `NewrelicCountingObserver` can be used for any observable model events, including your custom events. The
6271
`NewrelicTimingObserver` currently only supports the built-in Eloquent observable events (see
63-
[Model Events](http://laravel.com/docs/5.0/eloquent#model-events) in the Laravel documentation).
72+
[Model Events](https://laravel.com/docs/5.1/eloquent#events) in the Laravel documentation).
6473

6574
Using the observers is simple - wherever you choose to register your model observers, simply add:
6675

@@ -118,7 +127,7 @@ Any of its methods may be accessed as any other Facade is accessed, for example:
118127

119128
| Laravel Version | Package Tag | Supported |
120129
|-----------------|-------------|-----------|
121-
| 4.2.x | [1.1.5](https://github.com/In-Touch/laravel-newrelic/tree/1.1.5) | yes |
130+
| 4.2.x | [1.1.5](https://github.com/In-Touch/laravel-newrelic/tree/1.1.5) | no |
122131
| 4.1.x | [1.1.5](https://github.com/In-Touch/laravel-newrelic/tree/1.1.5) | no |
123132
| 4.0.x | [1.0.4](https://github.com/In-Touch/laravel-newrelic/tree/1.0.4) | no |
124133
*we will review PRs for unsupported versions, but we don't use those versions in production ourselves so we aren't

0 commit comments

Comments
 (0)