Skip to content
Sumit Patil edited this page Jun 17, 2015 · 2 revisions

  1. orientdb-laravel-5 Orientdb Laravel Eloquent Driver
  2. Requirements
  3. How to install
  4. Troubleshooting
  5. Contribution
## orientdb-laravel-5

orientdb-laravel-5 is an eloquent driver for Laravel 5. It is used to communicate Orientdb database with Laravel 5.

## Requirement

orientdb-laravel-5 requires following things:

  • Orientdb 2.0
  • orientdb-php
## Installation Add the package to your `composer.json` and run `composer update`.
{
    "require": {
        "sgpatil/orientdb-laravel-5": "dev-master"
    }
}

Add the service provider in config/app.php:

Sgpatil\Orientdb\OrientdbServiceProvider::class,

This will register all the required classes for this package.

## Troubleshooting ## Contribution
Clone this wiki locally