| Package Data | |
|---|---|
| Maintainer Username: | yajra |
| Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
| Package Create Date: | 2017-08-24 |
| Package Last Update: | 2025-02-26 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:03:22 |
| Package Statistics | |
|---|---|
| Total Downloads: | 5,134,643 |
| Monthly Downloads: | 127,543 |
| Daily Downloads: | 5,322 |
| Total Stars: | 96 |
| Total Watchers: | 4 |
| Total Forks: | 6 |
| Total Open Issues: | 0 |
This package is a complete installer of Laravel DataTables core & plugins.
composer require yajra/laravel-datatables:^1.5
Update config/app.php and register the following providers.
This step is optional if you are using Laravel 5.5.
Yajra\DataTables\DataTablesServiceProvider::class,
Yajra\DataTables\ButtonsServiceProvider::class,
Yajra\DataTables\FractalServiceProvider::class
$ php artisan vendor:publish
And that's it! Start building out some awesome DataTables!
Please see CONTRIBUTING for details.
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.