Package Data | |
---|---|
Maintainer Username: | yajra |
Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
Package Create Date: | 2017-08-24 |
Package Last Update: | 2024-03-16 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:06:12 |
Package Statistics | |
---|---|
Total Downloads: | 3,765,470 |
Monthly Downloads: | 109,521 |
Daily Downloads: | 4,598 |
Total Stars: | 96 |
Total Watchers: | 5 |
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.