evaldx/laravel-linux-mssql-fix
Composer 安装命令:
composer require evaldx/laravel-linux-mssql-fix
包简介
An optimized SQL Server Grammar for Laravel
README 文档
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.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-12