tobymaxham/laravel-odbc-driver

An ODBC Driver for SQL Server within Laravel

v1.0 2016-01-13 10:03 UTC

This package is auto-updated.

Last update: 2024-03-24 03:01:56 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version License

An ODBC Driver for SQL Server within Laravel

Installation

Load dependencoes

composer require tobymaxham/laravel-odbc-driver 

Register the Service Provider

// config/app.php
'providers' => [
    ...
    'TobyMaxham\Database\OdbcServiceProvider',
    ...
];