bencarter78 / odbc

MIT License
24 stars 17 forks source link

add service provider, position does matter #11

Open reno1979 opened 8 years ago

reno1979 commented 8 years ago

In the documentation it says:

In your config/app.php file add the Service Provider to the service providers array like so...

'TCK\Odbc\OdbcServiceProvider',

In Laravel 5.3 I encountered problems (Driver not Found) with this plugin. This plugin extends the available database drivers and should therefor be called right after the line

Illuminate\Database\DatabaseServiceProvider::class,

in config/app.php

jacksonrnunes commented 7 years ago

Im have the problem in laravel 5.2.45... What do I do to fix the problem?

rafwell commented 7 years ago

Duplicate of #4