gpapakitsos/laravel-datatables-api
最新稳定版本:v1.13.2
Composer 安装命令:
composer require gpapakitsos/laravel-datatables-api
包简介
jQuery DataTables API for Laravel
README 文档
README
This package handles server-side implementation of jQuery DataTables Plugin by using Laravel's Eloquent ORM.
Requirements
Installation
Require the package with composer.
Laravel version >= 10
composer require gpapakitsos/laravel-datatables-api
Laravel version <= 9
composer require gpapakitsos/laravel-datatables-api "~1.12"
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
GPapakitsos\LaravelDatatables\DatatablesServiceProvider::class,
Copy the package config file to your local config folder with the publish command:
php artisan vendor:publish --provider="GPapakitsos\LaravelDatatables\DatatablesServiceProvider"
统计信息
- 总下载量: 1.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-11