dyanakiev / lara-datatable-fix-laravel8-tmp
Laravel DataTables HTML builder plugin for Laravel 5.4+.
Fund package maintenance!
Patreon
www.paypal.me/yajra
Requires
- php: >=7.0
- ext-json: *
- dyanakiev/html: ^5.4|^6|^7
- yajra/laravel-datatables-oracle: ~9.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^9.3
- 4.66.6
- v4.30.3
- 4.30.2
- v4.30.0
- v4.29.0
- v4.28.0
- v4.27.0
- v4.26.1
- v4.26.0
- v4.25.1
- v4.25.0
- v4.24.0
- v4.23.1
- v4.23.0
- v4.22.0
- v4.21.1
- v4.21.0
- v4.20.2
- v4.20.1
- v4.20.0
- v4.19.4
- v4.19.3
- v4.19.2
- v4.19.1
- v4.19.0
- v4.18.2
- v4.18.1
- v4.18.0
- v4.17.0
- v4.16.0
- v4.15.0
- v4.14.2
- v4.14.1
- v4.14.0
- v4.13.0
- v4.12.0
- v4.11.0
- v4.10.1
- v4.10.0
- v4.9.0
- v4.8.0
- v4.7.1
- v4.7.0
- v4.6.0
- v4.5.4
- v4.5.3
- v4.5.2
- v4.5.1
- v4.5.0
- v4.4.1
- v4.4.0
- v4.3.2
- v4.3.1
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.0
- 4.0.x-dev
- dev-master / 4.0.x-dev
- v4.0.0
- v3.13.1
- v3.13.0
- v3.12.7
- v3.12.6
- v3.12.5
- v3.12.4
- v3.12.2
- v3.12.1
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.0
- v3.8.1
- v3.8.0
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.0
- 3.0.x-dev
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.0
- 2.0.x-dev
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.0
- dev-patch-1
- dev-patch-57
This package is auto-updated.
Last update: 2024-12-29 06:57:40 UTC
README
This package is a plugin of Laravel DataTables for generating dataTables script using PHP.
Requirements
Documentations
- Laravel DataTables Documentation
- Demo Application is available for artisan's reference.
Quick Installation
composer require yajra/laravel-datatables-html:^4.0
Service Provider (Optional on Laravel 5.5+)
Yajra\DataTables\HtmlServiceProvider::class
Publish Assets (Optional)
$ php artisan vendor:publish --tag=datatables-html
And that's it! Start building out some awesome DataTables!
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.