bencarter78 / odbc

MIT License
24 stars 17 forks source link

config function not found #6

Open sabas opened 8 years ago

sabas commented 8 years ago

I'm using your driver outside laravel framework, and it gives an error about the config function used in ODBCConnection. (removing that condition doesn't raise the error). Eg https://github.com/bencarter78/odbc/blob/master/src/TCK/Odbc/ODBCConnection.php#L14

Perhaps the config function is provided by some laravel package not included in composer.json?