sgpatil / oriquent

Orientdb Eloquent driver for Laravel 5
MIT License
47 stars 15 forks source link

OrientdbServiceProvider #1

Closed metehan closed 9 years ago

metehan commented 9 years ago

Hi,

I added this line to my app.php

Sgpatil\Orientdb\OrientdbServiceProvider::class,

and get this error, how can i fix it

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Sgpatil\Orientdb\OrientdbServiceProvider' not found
sgpatil commented 9 years ago

Hi @Metehan , the code is not stable yet. I think above problem occured due to improper folder structure. I have just resolved it. Now you can retry it. It will get install but some functionality may not be working. I am trying to resolve all issues as soon as possible and release the stable version.

metehan commented 9 years ago

Hi, @sgpatil thank you. I just updated to latest version and error dissapeared :)