cancel
Showing results for 
Search instead for 
Did you mean: 

sql anywhere with laravel 5.8 - php - connection string - odbc

0 Kudos
2,133

Hi fellows,

We use, today, php with WAMP server, acessing SQlAny 12 db,
(with PHP 5x we use sybase.ddl driver, after update to PHP 7x, became to use ODBC driver) It works very fine....
But we're planing to migrate it to Laravel FrameWork. and we didn't find any kind of document or example of configuration to this environment. Anyone knows how to do it ? Neither ODBC or direct connection, no documents found about it. Thanks a lot.

VolkerBarth
Contributor
0 Kudos

Well, here is says:

Currently, Laravel supports four databases:
MySQL, PostgreSQL, SQLite, SQL Server

Furtheron, it is told:

You may also access the raw, underlying PDO instance

So you may or may not be able to build a connection PDO-wise... Here's an older FAQ on that...

Accepted Solutions (0)

Answers (0)