{"id":35539291,"url":"https://github.com/chris-ware/nova-route-link-tool","last_synced_at":"2026-01-04T04:01:29.380Z","repository":{"id":56952294,"uuid":"161075536","full_name":"chris-ware/nova-route-link-tool","owner":"chris-ware","description":"Nova Tool for linking to website routes","archived":false,"fork":false,"pushed_at":"2018-12-09T20:30:29.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T14:47:30.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/chris-ware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-09T19:51:10.000Z","updated_at":"2018-12-09T20:30:30.000Z","dependencies_parsed_at":"2022-08-21T09:20:32.668Z","dependency_job_id":null,"html_url":"https://github.com/chris-ware/nova-route-link-tool","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chris-ware/nova-route-link-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-route-link-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-route-link-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-route-link-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-route-link-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-ware","download_url":"https://codeload.github.com/chris-ware/nova-route-link-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-route-link-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28197443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-04T02:00:06.065Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-04T04:00:59.574Z","updated_at":"2026-01-04T04:01:29.369Z","avatar_url":"https://github.com/chris-ware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova Route Link Tool\nNova Tool for linking to website routes\n\n\n[![Latest Stable Version](https://badgen.net/packagist/v/chris-ware/nova-route-link-tool)](https://packagist.org/packages/chris-ware/nova-route-link-tool)\n[![Total Downloads](https://badgen.net/packagist/dt/chris-ware/nova-route-link-tool)](https://packagist.org/packages/chris-ware/nova-route-link-tool)\n[![License](https://badgen.net/packagist/license/chris-ware/nova-route-link-tool)](https://packagist.org/packages/chris-ware/nova-route-link-tool)\n[![StyleCI](https://github.styleci.io/repos/161075536/shield?branch=master)](https://github.styleci.io/repos/161075536)\n\n ## Installation\n\nYou can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:\n\n```bash\ncomposer require chris-ware/nova-route-link-tool\n```\n\nNext, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\npublic function tools()\n{\n    return [\n        // ...\n        \\ChrisWare\\NovaRouteLinkTool\\NovaRouteLinkTool::make(),\n    ];\n}\n```\n\n ## Customization\n You are able to customize the route name, the label and the target.\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\npublic function cards()\n{\n    return [\n        // ...\n        \\ChrisWare\\NovaRouteLinkCard\\NovaRouteLinkCard::make($route, $label, $target)\n    ];\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-ware%2Fnova-route-link-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-ware%2Fnova-route-link-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-ware%2Fnova-route-link-tool/lists"}