An optimized SQL Server Grammar for Laravel
evaldx/laravel-linux-mssql-fix is a Laravel package for an optimized sql server grammar for laravel.
It currently has 1 GitHub stars and 20 downloads on Packagist (latest version v1.1.0).
Install it with composer require evaldx/laravel-linux-mssql-fix.
Discover more Laravel packages by evaldx
or browse all Laravel packages to compare alternatives.
Last updated
This package optimizes the SQL Server driver from Laravel on Linux.
Via Composer
$ composer require evaldx/laravel-linux-mssql-fix
Once composer has been updated and the package has been installed, the service provider will need to be loaded.
For Laravel 5, open config/app.php and add following line to the providers array:
Evaldx\SqlServerGrammar\SqlServerGrammarServiceProvider::class,
Once you included the service provider the Laravel will start using the custom grammar.
The MIT License (MIT). Please see License File for more information.