PHP Package: yajra/laravel-datatables-buttons
Enhance your Laravel DataTables with buttons and additional functionalities for better user interaction and data manipulation.
Package Description
Laravel DataTables Buttons library provides a comprehensive suite of tools to improve the functionality and usability of DataTables in your Laravel applications. With this library, you can easily add buttons, export options, and custom actions to your DataTables, enhancing the overall user experience and data management capabilities of your application.
Download Latest Version: 12.1.3

Previous Versions
v12.1.1
v12.1.2 - 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-buttons/12.1.3/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/yajra/laravel-datatables/12.3.1/loader.php';
use Yajra\DataTables\Buttons\ButtonsServiceProvider;
use Yajra\DataTables\Buttons\DataTableButton;
$obj = new ButtonsServiceProvider();
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.