PHP Package: yajra/laravel-datatables-editor
Laravel Datatables Editor is a powerful tool for managing and editing data tables in Laravel applications efficiently.
Package Description
Laravel Datatables Editor provides a seamless experience for developers to create, edit, and manage data tables with ease. With features like sorting, filtering, and pagination, it simplifies the process of handling large datasets in Laravel projects. This library integrates smoothly with Laravel's ecosystem and enhances the user experience by offering a customizable and responsive interface.
Download Latest Version: 12.1.5

Previous Versions
v12.0.1
v12.1.0 - Coming soon
v12.1.2 - Coming soon
v12.1.3 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/yajra/laravel-datatables-editor/12.1.5/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/yajra/laravel-datatables/12.3.1/loader.php';
require_once 'libs/yajra/laravel-datatables-buttons/12.1.3/loader.php';
require_once 'libs/yajra/laravel-datatables-html/12.0.2/loader.php';
require_once 'libs/yajra/laravel-datatables-oracle/{lib_version}/loader.php';
use Yajra\DataTables\DataTablesServiceProvider;
use Yajra\DataTables\DataTablesEditor;
use Yajra\DataTables\DataTablesEditorButton;
$obj = new DataTablesServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.