yajra / laravel-datatables
Laravel DataTables Complete Package.
Installs: 658 831
Dependents: 30
Suggesters: 0
Security: 0
Stars: 68
Watchers: 2
Forks: 6
Open Issues: 1
Requires
- php: >=7.0
- yajra/laravel-datatables-buttons: 4.*
- yajra/laravel-datatables-editor: 1.*
- yajra/laravel-datatables-fractal: 1.*
- yajra/laravel-datatables-html: 4.*
- yajra/laravel-datatables-oracle: 8.*|9.*
README
This package is a complete installer of Laravel DataTables core & plugins.
Requirements
Documentations
Installation
composer require yajra/laravel-datatables:^1.5
Service Providers
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
Configuration and Assets (Optional)
$ php artisan vendor:publish
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.