You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Upgrading To Version 2](#upgrading-to-version-2-of-the-service-provider)
11
+
9
12
### Introduction
10
13
11
14
This packages provides a full abstraction for Understand.io and provides extra features to improve Laravel's default logging capabilities. It is essentially a wrapper around Laravel's event handler to take full advantage of Understand.io's data aggregation and analysis capabilities.
### Upgrading To Version 2 of the Service Provider
107
110
108
-
1. Add the following configuration variable to your `.env` file.
111
+
1. Update your `package.json` file, change the version of `understand/understand-laravel5` package and run `composer update understand/understand-laravel5`.
112
+
```json
113
+
"understand/understand-laravel5": "^2.0",
114
+
```
115
+
116
+
2. Add the following configuration variable to your `.env` file.
109
117
```php
110
118
UNDERSTAND_ENABLED=true
111
119
```
112
120
113
-
2. If you previously created a `understand-laravel.php` config file in your `config` directory, please delete it and follow [Advanced configuration](#advanced-configuration) steps to publish a new version if necessary.
121
+
3. If you previously created a `understand-laravel.php` config file in your `config` directory, please delete it and follow [Advanced configuration](#advanced-configuration) steps to publish a new version if necessary.
0 commit comments