PHP Package: yajra/laravel-datatables-editor

Laravel Datatables Editor is a powerful tool for managing and editing data tables in Laravel applications efficiently.

Current Version: 12.0.1
Last Updated: 2025-03-15
PHP Requirement: ^8.2
Dependencies:
illuminate/support
yajra/laravel-datatables
yajra/laravel-datatables-buttons
yajra/laravel-datatables-html
yajra/laravel-datatables-oracle
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.1.5

Clock Coming soon

Previous Versions

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.