Registry / web-framework / yajra-laravel-datatables

yajra-laravel-datatables

JSON →
library13.0.0phppackagistunverified

Laravel DataTables Complete Package for server-side handling of DataTables.

web-frameworkutility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use Yajra\DataTables\DataTables;

Return DataTables JSON response

use Yajra\DataTables\DataTables; $data = DataTables::of(User::query())->make(true); return response()->json($data);
Debug
Known footguns
gotchaRequires Laravel framework and DataTables JavaScript library.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources