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 22
33# NeoEloquent
44
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.
86
97## Quick Reference
108
@@ -21,24 +19,14 @@ Neo4j Graph Eloquent Driver for Laravel
2119
2220## Installation
2321
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 `
3523
36- ### Laravel 4
24+ Or add the package to your ` composer.json ` and run ` composer update ` .
3725
3826``` json
3927{
4028 "require" : {
41- "vinelab/neoeloquent" : " 1.1 .*"
29+ "vinelab/neoeloquent" : " 1.5 .*"
4230 }
4331}
4432```
You can’t perform that action at this time.
0 commit comments