{"id":41343240,"url":"https://github.com/rxcod9/joy-voyager-relations-table","last_synced_at":"2026-01-23T06:53:30.959Z","repository":{"id":43300514,"uuid":"384500016","full_name":"rxcod9/joy-voyager-relations-table","owner":"rxcod9","description":"Joy VoyagerRelationsTable module adds viewing Laravel model relationship in separate table support to Voyager.","archived":false,"fork":false,"pushed_at":"2026-01-08T00:48:08.000Z","size":74,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T06:15:35.194Z","etag":null,"topics":["belongsto","belongstomany","belongstothrough","hasmany","hasmanythrough","hasone","laravel","morphmany","morphto","relationship","voyager"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rxcod9.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":"ramakant","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-07-09T16:53:34.000Z","updated_at":"2023-06-29T12:10:16.000Z","dependencies_parsed_at":"2024-04-23T19:37:12.432Z","dependency_job_id":"cf253ad0-87be-4032-9678-b499fe1f35a2","html_url":"https://github.com/rxcod9/joy-voyager-relations-table","commit_stats":{"total_commits":36,"total_committers":5,"mean_commits":7.2,"dds":0.5,"last_synced_commit":"f6ead4705ec02a29df3ac833393117937cd12d01"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/rxcod9/joy-voyager-relations-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-relations-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-relations-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-relations-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-relations-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxcod9","download_url":"https://codeload.github.com/rxcod9/joy-voyager-relations-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxcod9%2Fjoy-voyager-relations-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["belongsto","belongstomany","belongstothrough","hasmany","hasmanythrough","hasone","laravel","morphmany","morphto","relationship","voyager"],"created_at":"2026-01-23T06:53:30.278Z","updated_at":"2026-01-23T06:53:30.952Z","avatar_url":"https://github.com/rxcod9.png","language":"PHP","funding_links":["https://patreon.com/ramakant"],"categories":[],"sub_categories":[],"readme":"# Joy VoyagerRelationsTable\n\nThis [Laravel](https://laravel.com/)/[Voyager](https://voyager.devdojo.com/) module adds VoyagerRelationsTable support to Voyager.\n\nBy 🐼 [Ramakant Gangwar](https://github.com/rxcod9).\n\n[![Screenshot](https://raw.githubusercontent.com/rxcod9/joy-voyager-relations-table/main/cover.jpg)](https://joy-voyager.kodmonk.com)\n\n[![Latest Version](https://img.shields.io/github/v/release/rxcod9/joy-voyager-relations-table?style=flat-square)](https://github.com/rxcod9/joy-voyager-relations-table/releases)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rxcod9/joy-voyager-relations-table/run-tests.yml?branch=main\u0026label=tests)\n[![Total Downloads](https://img.shields.io/packagist/dt/joy/voyager-relations-table.svg?style=flat-square)](https://packagist.org/packages/joy/voyager-relations-table)\n\n---\n\n## Prerequisites\n\n*   Composer Installed\n*   [Install Laravel](https://laravel.com/docs/installation)\n*   [Install Voyager](https://github.com/the-control-group/voyager)\n\n---\n\n## Installation\n\n```bash\n# 1. Require this Package in your fresh Laravel/Voyager project\ncomposer require joy/voyager-relations-table\n\n# 2. Publish\nphp artisan vendor:publish --provider=\"Joy\\VoyagerRelationsTable\\VoyagerRelationsTableServiceProvider\" --force\n```\n\n---\n\n\u003c!-- ## Usage\n\nInstallation generates.\n\n--- --\u003e\n\n## Views Customization\n\nIn 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.\n\n## Working Example\n\nYou can try laravel demo here [https://joy-voyager.kodmonk.com](https://joy-voyager.kodmonk.com).\u003cbr/\u003e\nRelation route structure is \n```\nRoute::get($dataType-\u003eslug . '/{id}/{relation}-relations-{slug}-table', $breadController.'@index')-\u003ename($dataType-\u003eslug.'.relations-table');\n```\nMake sure `{relation}` exists in your model.\u003cbr/\u003e\nHere are few examples you can check\u003cbr/\u003e\n[/admin/users/2/role-relations-roles-table](https://joy-voyager.kodmonk.com/admin/users/2/role-relations-roles-table)\u003cbr/\u003e\n[/admin/users/2/roles-relations-roles-table](https://joy-voyager.kodmonk.com/admin/users/2/roles-relations-roles-table)\u003cbr/\u003e\n[/admin/roles/1/users-relations-users-table](https://joy-voyager.kodmonk.com/admin/roles/1/users-relations-users-table)\n\n## Documentation\n\nFind 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](https://github.com/rxcod9/joy-voyager-relations-table/issues), we'll try to address it as soon as possible.\n\nIf you've found a bug regarding security please mail [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.\n\n## Testing\n\nYou can run the tests with:\n\n```bash\nvendor/bin/phpunit\n```\n\n## Upgrading\n\nPlease see [UPGRADING](UPGRADING.md) for details.\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email [gangwar.ramakant@gmail.com](mailto:gangwar.ramakant@gmail.com) instead of using the issue tracker.\n\n## Credits\n\n- [Ramakant Gangwar](https://github.com/rxcod9)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxcod9%2Fjoy-voyager-relations-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxcod9%2Fjoy-voyager-relations-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxcod9%2Fjoy-voyager-relations-table/lists"}