I am using Dreamfactory 2.1 and Laravel Homestead for my VM.
When I create a new service for SQL Server I am receiving the following error:
Api Error
Required extension or module 'mssql' is not installed or loaded.
Database for the service is set to SQL DB.
Here is my connection string: dblib:host=localhost:1433;dbname=database;charset=UTF-8
Has anyone been able to get Dreamfactory to successfully work with SQL Server using Laravel Homestead?