joy/voyager-relations-table

This Laravel/Voyager module adds VoyagerRelationsTable support to Voyager.
2,727 3
Install
composer require joy/voyager-relations-table
Latest Version:v3.3.6
PHP:^7.3|^8.0|^9.0
License:MIT
Last Updated:Sep 15, 2026
Links: GitHub  ·  Packagist
Maintainer: rxcod9

Joy VoyagerRelationsTable

This Laravel/Voyager module adds VoyagerRelationsTable support 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-relations-table

# 2. Publish
php artisan vendor:publish --provider="Joy\VoyagerRelationsTable\VoyagerRelationsTableServiceProvider" --force

Views Customization

In order to override views delivered by Voyager Relations Table, copy contents from vendor/joy/voyager-relations-table/resources/views to the views/vendor/joy-voyager-relations-table directory of your Laravel installation.

Working Example

You can try laravel demo here https://joy-voyager.kodmonk.com. Relation route structure is

Route::get($dataType->slug . '/{id}/{relation}-relations-{slug}-table', $breadController.'@index')->name($dataType->slug.'.relations-table');

Make sure {relation} exists in your model. Here are few examples you can check /admin/users/2/role-relations-roles-table /admin/users/2/roles-relations-roles-table /admin/roles/1/users-relations-users-table

Documentation

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the joy voyager-relations-table? 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.

Related Packages

joy/voyager-api-auth

This Laravel/Voyager module adds REST Api Auth to Voyager.

9,743 8
joy/voyager-api

This Laravel/Voyager module adds REST Api with swagger support to Voyager.

4,922 19
joy/voyager-core

This Laravel/Voyager module adds VoyagerCore support to Voyager.

158,669 3
joy/voyager-datatable

joy voyager datatable

39,554 13
joy/voyager-export

This Laravel/Voyager module adds VoyagerExport support to Voyager.

3,802 7