evaldx / laravel-linux-mssql-fix
An optimized SQL Server Grammar for Laravel
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/evaldx/laravel-linux-mssql-fix
Requires
- php: >=5.5.9
- illuminate/database: >=4.1
- illuminate/support: >=4.1
Requires (Dev)
- laravel/framework: >=4.1
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-12-13 05:20:18 UTC
README
This package optimizes the SQL Server driver from Laravel on Linux.
Install
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,
Usage
Once you included the service provider the Laravel will start using the custom grammar.
License
The MIT License (MIT). Please see License File for more information.