uepg / laravel-sybase

Connection and Laravel Eloquent driver for Sybase
GNU General Public License v2.0
33 stars 16 forks source link

Error while connecting to sybase database #38

Closed SebastianBotez closed 5 years ago

SebastianBotez commented 6 years ago

When I try to connect to sybase DB I get this error: could not find driver. Any ideea whats going on? My configuration is:

        'sybaseuepg-aluno' => [
            'driver'   => 'sqlsrv',
            'host'     => env('DB_HOST', 'host'),
            'port'     => env('DB_PORT', '35355'),
            'database' => env('DB_DATABASE', 'mydatabase'),
            'username' => env('DB_USERNAME', 'forge'),
            'password' => env('DB_PASSWORD', 'secret'),
            'charset'  => 'utf8',
            'prefix'   => '',
        ],
screen shot 2018-05-15 at 6 43 19 pm
nunomazer commented 5 years ago

Hi, you must install php sybase extension