When running php aritisan migrate in the cli it works fine. It creates the tables and the dependencies. But as soon as I try to connect via an ajax call through the web page, I receive the following error:
class:"PDOException"
file:"/home/vagrant/webroot/LaraQ/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php" line:68
I am using the odbc driver connecting to Intersystems Cache. This is running on a vagrant box (Homestead) and I have PHP 7.2 running.