We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739e7fd commit 484fb3bCopy full SHA for 484fb3b
README.md
@@ -10,6 +10,17 @@ Rollbar error monitoring integration for Laravel projects. This library adds a l
10
Installation
11
------------
12
13
+This package has not been submitted to Packagist yet. Until then you need to add the Github repository to your composer.json explicitly:
14
+```json
15
+ "repositories": [
16
+ {
17
+ "type": "vcs",
18
+ "url" : "https://github.com/rollbar/rollbar-php-laravel.git"
19
+ }
20
+ ]
21
+```
22
+This will change once the package makes its' way to Packagist.
23
+
24
Install using composer:
25
26
```
0 commit comments