yajra/laravel-datatables-oracle
Composer 安装命令:
composer require yajra/laravel-datatables-oracle
包简介
jQuery DataTables API for Laravel
关键字:
README 文档
README
Laravel package for handling server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection.
use Yajra\DataTables\Facades\DataTables; return DataTables::eloquent(User::query())->toJson(); return DataTables::query(DB::table('users'))->toJson(); return DataTables::collection(User::all())->toJson(); return DataTables::make(User::query())->toJson(); return DataTables::make(DB::table('users'))->toJson(); return DataTables::make(User::all())->toJson();
Sponsors
|
|
A big thank you to DataTables for supporting this project with a free DataTables Editor license. |
|
|
A big thank you to JetBrains for supporting this project with free open-source licenses of their IDEs. |
| A big thank you to Blackfire.io for supporting this project with a free open-source license. |
Requirements
Documentations
Laravel Version Compatibility
| Laravel | Package |
|---|---|
| 4.2.x | 3.x |
| 5.0.x | 6.x |
| 5.1.x | 6.x |
| 5.2.x | 6.x |
| 5.3.x | 6.x |
| 5.4.x | 7.x, 8.x |
| 5.5.x | 8.x |
| 5.6.x | 8.x |
| 5.7.x | 8.x |
| 5.8.x | 9.x |
| 6.x | 9.x |
| 7.x | 9.x |
| 8.x | 9.x |
| 9.x | 10.x |
| 10.x | 10.x |
| 11.x | 11.x |
| 12.x | 12.x |
| 13.x | 13.x |
Quick Installation
Option 1: Install all DataTables libraries
composer require yajra/laravel-datatables:"^13"
Option 2: Install only this library
composer require yajra/laravel-datatables-oracle:"^13"
Service Provider & Facade (Optional on Laravel 5.5+)
Register the provider and facade on your config/app.php file.
'providers' => [ ..., Yajra\DataTables\DataTablesServiceProvider::class, ] 'aliases' => [ ..., 'DataTables' => Yajra\DataTables\Facades\DataTables::class, ]
Configuration (Optional)
php artisan vendor:publish --provider="Yajra\DataTables\DataTablesServiceProvider"
And that's it! Start building out some awesome DataTables!
Debugging Mode
To enable debugging mode, just set APP_DEBUG=true and the package will include the queries and inputs used when processing the table.
Important
Please ensure that the APP_DEBUG config is set to false when your app is in production.
PHP ARTISAN SERVE BUG
Please avoid using php artisan serve when developing the package.
There are known bugs when using this where Laravel randomly returns a redirect and 401 (Unauthorized) if the route requires authentication and a 404 NotFoundHttpException on valid routes.
It is advised to use Homestead or Valet when working with the package.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email aqangeles@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
yajra/laravel-datatables-oracle 适用场景与选型建议
yajra/laravel-datatables-oracle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 36.12M 次下载、GitHub Stars 达 4.87k, 最近一次更新时间为 2013 年 11 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「jquery」 「laravel」 「datatables」 「yajra」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 yajra/laravel-datatables-oracle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 yajra/laravel-datatables-oracle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 yajra/laravel-datatables-oracle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
Laravel DataTables plugin to support Mongodb
Plug-ins for DataTables
Yii2 LightBox image galary widget uses Lightbox v2.10.0 by Lokesh Dhakar
Vanilla Components Integration with Laravel
Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4
统计信息
- 总下载量: 36.12M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4936
- 点击次数: 28
- 依赖项目数: 429
- 推荐数: 4
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-27