Download the PHP package edwinfadilah/neoeloquent without Composer
On this page you can find all versions of the php package edwinfadilah/neoeloquent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edwinfadilah/neoeloquent
More information about edwinfadilah/neoeloquent
Files in edwinfadilah/neoeloquent
Package neoeloquent
Short Description Laravel wrapper for the Neo4j graph database REST interface
License MIT
Informations about the package neoeloquent
NeoEloquent
Neo4j Graph Eloquent Driver for Laravel. This is a personal-use package which is cloned from https://github.com/Vinelab/NeoEloquent.
Quick Reference
- Installation
- Configuration
Installation
Add the package to your composer.json and run composer update.
Laravel 6
6.x
Laravel 5
5.8
5.7
5.6
5.5
5.4
5.3
5.2
5.1
Add the service provider in app/config/app.php:
The service provider will register all the required classes for this package and will also alias
the Model class to NeoEloquent so you can simply extend NeoEloquent in your models.
Configuration
Connection
in app/config/database.php or in case of an environment-based configuration app/config/[env]/database.php
make neo4j your default connection:
Add the connection defaults:
Migration Setup
If you're willing to have migrations:
- create the folder
app/database/labels - modify
composer.jsonand addapp/database/labelsto theclassmaparray - run
composer dump-autoload
Documentation
For further documentation information, please see it's original repository: https://github.com/Vinelab/NeoEloquent
All versions of neoeloquent with dependencies
illuminate/support Version 6.*
illuminate/database Version 6.*
illuminate/pagination Version 6.*
illuminate/events Version 6.*
illuminate/console Version 6.*
heydavid713/neo4jphp Version 0.1.*
nesbot/carbon Version ~2.0