Skip to content

Commit

Permalink
update README with specific Laravel version and installation instruct…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
Mulkave committed Aug 18, 2021
1 parent fad6174 commit f7cb970
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# NeoEloquent

*This is a work in progress and is currently in the debugging phase, hence not usabale as-is.*

Neo4j Graph Eloquent Driver for Laravel
Neo4j Graph Eloquent Driver for Laravel 5.

## Quick Reference

Expand All @@ -21,24 +19,14 @@ Neo4j Graph Eloquent Driver for Laravel

## Installation

Add the package to your `composer.json` and run `composer update`.

### Laravel 5

```json
{
"require": {
"vinelab/neoeloquent": "1.2.*"
}
}
```
Run `composer require vinelab/neoeloquent`

### Laravel 4
Or add the package to your `composer.json` and run `composer update`.

```json
{
"require": {
"vinelab/neoeloquent": "1.1.*"
"vinelab/neoeloquent": "1.5.*"
}
}
```
Expand Down

0 comments on commit f7cb970

Please sign in to comment.