|
1 | 1 | # 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 | + |
2 | 9 | *[see below for Laravel 4.x support](https://github.com/In-Touch/laravel-newrelic#laravel-4x-support)*
|
3 | 10 |
|
4 | 11 | ## Installation
|
5 | 12 |
|
| 13 | +See the table above for package version information, and change the version below accordingly. |
| 14 | + |
6 | 15 | Using `composer`, run:
|
7 | 16 |
|
8 | 17 | composer require intouch/laravel-newrelic:"~2.0"
|
@@ -60,7 +69,7 @@ other gathers their timings (in milliseconds). These recorded metrics will show
|
60 | 69 |
|
61 | 70 | The `NewrelicCountingObserver` can be used for any observable model events, including your custom events. The
|
62 | 71 | `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). |
64 | 73 |
|
65 | 74 | Using the observers is simple - wherever you choose to register your model observers, simply add:
|
66 | 75 |
|
@@ -118,7 +127,7 @@ Any of its methods may be accessed as any other Facade is accessed, for example:
|
118 | 127 |
|
119 | 128 | | Laravel Version | Package Tag | Supported |
|
120 | 129 | |-----------------|-------------|-----------|
|
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 | |
122 | 131 | | 4.1.x | [1.1.5](https://github.com/In-Touch/laravel-newrelic/tree/1.1.5) | no |
|
123 | 132 | | 4.0.x | [1.0.4](https://github.com/In-Touch/laravel-newrelic/tree/1.0.4) | no |
|
124 | 133 | *we will review PRs for unsupported versions, but we don't use those versions in production ourselves so we aren't
|
|
0 commit comments