next-datatable / datatable
A Server Side Processing For Vue Next Datatable
dev-master
2021-09-20 23:45 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-03-13 09:12:06 UTC
README
A Server Side Proccessing Package Laravel for Vue Next Datatable.
You can see Vue Next Datatable
Installation
You can install the package via composer:
composer require next-datatable/datatable
Publish config :
php artisan vendor:publish --provider="NextDatatable\Datatable\DatatableServiceProvider"
Usage
use NextDatatable\Datatable\Facades\Datatable; $eloquent = App\Models\User::query(); $datatable = Datatable::of($eloquent)->make(); return $datatable;
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email fiandwi0424@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.