jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

Eloquent outside #38

Closed whera closed 7 years ago

whera commented 7 years ago

I'm using Eloquent in a project outside of Laravel, I wonder how I register your provider to use adapter?

jacquestvanzuydam commented 7 years ago

It may be possible if you install the illuminate dependencies that this project extends.

whera commented 7 years ago

The dependencies have been installed, because I do not know how to add the adapter, because my project does not exist the app / config / app.php. I would like to know which chasse to call to add the adapter.

jacquestvanzuydam commented 7 years ago

Did you read the documentation on illuminate/database

The example there should be able to help you.