joy / voyager-datatable
joy voyager datatable
Fund package maintenance!
Patreon
Installs: 33 963
Dependents: 44
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 4
Open Issues: 9
Requires
- php: ^7.3|^8.0|^9.0
- illuminate/support: ^7|^8|^9|^10
- joy/voyager-core: ^1.0|^2.0|^3.0
- tcg/voyager: ^1.4|dev-1.6-l10
- yajra/laravel-datatables-oracle: ~9.0|~10.0
Requires (Dev)
- ext-pdo_sqlite: *
- ext-zip: *
- friendsofphp/php-cs-fixer: ^3.0
- guzzlehttp/guzzle: ^6.3|^7.0
- mockery/mockery: ^1.3
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^9.1|^10.0|^11.0
- dev-main
- v4.1.10
- v4.1.9
- v4.1.8
- v4.1.7
- v4.1.6
- v3.1.6
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v1.2.36
- v1.2.35
- v1.2.34
- v1.2.33
- v1.2.32
- v1.2.31
- v1.2.30
- v1.2.21
- v1.2.20
- v1.2.19
- v1.2.17
- v1.2.16
- v1.2.15
- v1.2.10
- v1.2.8
- v1.2.7
- v1.2.4
- v1.2.2
- v1.2.1
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- 1.0.0
- dev-renovate/yajra-laravel-datatables-oracle-11.x
- dev-renovate/orchestra-testbench-9.x
- dev-renovate/major-illuminate
- dev-renovate/stefanzweifel-git-auto-commit-action-rollback
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/actions-checkout-rollback
- dev-renovate/stefanzweifel-git-auto-commit-action-5.x
- dev-renovate/orchestra-testbench-8.x
- dev-renovate/stefanzweifel-git-auto-commit-action-4.x
- dev-larapack
This package is auto-updated.
Last update: 2024-10-14 05:38:56 UTC
README
This Laravel/Voyager module adds Yajra Async/Ajax DataTable to Voyager.
By 🐼 Ramakant Gangwar.
Prerequisites
- Composer Installed
- Install Laravel
- Install Voyager
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.