sebudesign/laravel-sql-server-grammar
最新稳定版本:1.1.1
Composer 安装命令:
composer require sebudesign/laravel-sql-server-grammar
包简介
An optimized SQL Server Grammar for Laravel & Lumen
README 文档
README
This package optimizes the SQL Server driver from Laravel to optimize your SQL Server performance.
Install
Via Composer
$ composer require sebudesign/laravel-sql-server-grammar
Once composer has been updated and the package has been installed, the service provider will need to be loaded.
For Laravel 4, open app/config/app.php and add following line to the providers array:
'SeBuDesign\SqlServerGrammar\SqlServerGrammarServiceProvider',
For Laravel 5, open config/app.php and add following line to the providers array:
SeBuDesign\SqlServerGrammar\SqlServerGrammarServiceProvider::class,
For Lumen 5, open bootstrap/app.php and add following line under the "Register Service Providers" section:
$app->register(SeBuDesign\SqlServerGrammar\SqlServerGrammarServiceProvider::class);
Usage
Once you included the service provider the Laravel/Lumen will start using the custom grammar.
Contributing
Contributions are very welcome. Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email sven@sebudesign.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-09