joy/voyager-datatable

joy voyager datatable

Fund package maintenance!
Patreon


README

This Laravel/Voyager module adds Yajra Async/Ajax DataTable to Voyager.

By 🐼 Ramakant Gangwar.

Screenshot

Latest Version GitHub Workflow Status Total Downloads

Prerequisites

Installation

# 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"

Usage

Installation generates a new route "datatable" [voyager.{slug}.datatable] for BREADs, which is also available through url /admin/slug/datatable.

Views Customization

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.

Working Example

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.

Documentation

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 gangwar.ramakant@gmail.com instead of using the issue tracker.

Testing

You can run the tests with:

vendor/bin/phpunit

Upgrading

Please see UPGRADING for details.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email gangwar.ramakant@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.