This Laravel/Voyager module adds Yajra Async/Ajax DataTable to Voyager.
By 🐼 Ramakant Gangwar.
- Composer Installed
- Install Laravel
- Install Voyager
# 1. Require this Package in your fresh Laravel/Voyager project
composer require joy/voyager-datatable
# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerDatatable\VoyagerDatatableServiceProvider"
Installation generates a new route "datatable" [voyager.{slug}.datatable
] for BREADs, which is also available through url /admin/slug/datatable
.
In order to override views delivered by Voyager DataTable, copy contents from vendor/joy/voyager-datatable/resources/views
to the views/vendor/joy-voyager-datatable
directory of your Laravel installation.
You can try laravel demo example from https://github.com/rxcod9/joy-voyager-datatable-laravel-demo and a demo is hosted here https://joy-voyager.kodmonk.com/admin/users/datatable.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-datatable? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
You can run the tests with:
vendor/bin/phpunit
Please see UPGRADING for details.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.