-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Sumit Patil edited this page Jun 17, 2015
·
2 revisions
- orientdb-laravel-5 Orientdb Laravel Eloquent Driver
- Requirements
- How to install
- Troubleshooting
- Contribution
orientdb-laravel-5 is an eloquent driver for Laravel 5. It is used to communicate Orientdb database with Laravel 5.
## Requirementorientdb-laravel-5 requires following things:
- Orientdb 2.0
- orientdb-php
{
"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