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 c460b4c commit 3832b40Copy full SHA for 3832b40
README.md
@@ -1,4 +1,10 @@
1
2
+# Requirements
3
+
4
+- PHP >= 5.4.9
5
+- [php JsonMapper](https://github.com/netresearch/jsonmapper)
6
+- [phpdotenv](https://github.com/vlucas/phpdotenv)
7
8
# Installation
9
10
1. Download and Install PHP Composer.
@@ -19,6 +25,9 @@
19
25
}
20
26
21
27
```
28
+ **Note:**
29
+ If you are using **laravel 5.0 or 5.1**(this version dependent on phpdotenv 1.x), then use **"1.5.\*"** version instead.
30
22
31
3. Then run Composer's install or update commands to complete installation.
23
32
24
33
```sh
0 commit comments