A Server Side Proccessing Package Laravel for Vue Next Datatable.
You can see Vue Next Datatable
You can install the package via composer:
composer require next-datatable/datatable
Publish config :
php artisan vendor:publish --provider="NextDatatable\Datatable\DatatableServiceProvider"
use NextDatatable\Datatable\Facades\Datatable;
$eloquent = App\Models\User::query();
$datatable = Datatable::of($eloquent)->make();
return $datatable;
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.