Looking to hire Laravel developers? Try LaraJobs

laravel-linux-mssql-fix maintained by evaldx

Description
An optimized SQL Server Grammar for Laravel
Last update
2018/10/12 15:19 (dev-master)
License
Links
Downloads
20

Comments
comments powered by Disqus

Laravel Linux MSSQL fix

Latest Version on Packagist Software License Total Downloads

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.