File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# NeoEloquent
4
4
5
- * This is a work in progress and is currently in the debugging phase, hence not usabale as-is.*
6
-
7
- Neo4j Graph Eloquent Driver for Laravel
5
+ Neo4j Graph Eloquent Driver for Laravel 5.
8
6
9
7
## Quick Reference
10
8
@@ -21,24 +19,14 @@ Neo4j Graph Eloquent Driver for Laravel
21
19
22
20
## Installation
23
21
24
- Add the package to your ` composer.json ` and run ` composer update ` .
25
-
26
- ### Laravel 5
27
-
28
- ``` json
29
- {
30
- "require" : {
31
- "vinelab/neoeloquent" : " 1.2.*"
32
- }
33
- }
34
- ```
22
+ Run ` composer require vinelab/neoeloquent `
35
23
36
- ### Laravel 4
24
+ Or add the package to your ` composer.json ` and run ` composer update ` .
37
25
38
26
``` json
39
27
{
40
28
"require" : {
41
- "vinelab/neoeloquent" : " 1.1 .*"
29
+ "vinelab/neoeloquent" : " 1.5 .*"
42
30
}
43
31
}
44
32
```
You can’t perform that action at this time.
0 commit comments