{"id":36982101,"url":"https://github.com/nikans/text-linked","last_synced_at":"2026-01-13T22:52:00.511Z","repository":{"id":52984384,"uuid":"349733793","full_name":"nikans/text-linked","owner":"nikans","description":"Nova custom Text Field with a link to a resource on index screen.","archived":false,"fork":false,"pushed_at":"2021-04-11T06:37:56.000Z","size":287,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-02T09:26:11.608Z","etag":null,"topics":["nova","nova-field"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-20T13:32:56.000Z","updated_at":"2023-02-26T01:01:18.000Z","dependencies_parsed_at":"2022-08-23T16:20:33.723Z","dependency_job_id":null,"html_url":"https://github.com/nikans/text-linked","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nikans/text-linked","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikans%2Ftext-linked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikans%2Ftext-linked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikans%2Ftext-linked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikans%2Ftext-linked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikans","download_url":"https://codeload.github.com/nikans/text-linked/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikans%2Ftext-linked/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["nova","nova-field"],"created_at":"2026-01-13T22:52:00.427Z","updated_at":"2026-01-13T22:52:00.502Z","avatar_url":"https://github.com/nikans.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova TextLinked custom field\n\nNova custom Text Field with a link to a resource (or any URL) on index screen.\n\nNova links ID fields to a resource by default. \nThe custom field is useful if you're using a [text ID field](https://github.com/laravel/nova-issues/issues/268) \nor want to **link a resource's title**, as shown below.\n\n![Nova TextLinked Field Example](https://github.com/nikans/nova-text-linked-field/blob/master/nova-text-linked-field-example.png \"Nova TextLinked Field Example\")\n\nThe field behaves just like the default text field on detail and form screens.\n\n\n## Installation\n\n```bash\ncomposer require nikans/text-linked\n```\n\n## Usage options\n\n### Automatically link a resource to a title or text ID field\n\n```php\nTextLinked::make('Title', 'title')\n    -\u003elink($this),\n    \nTextLinked::make('ID')\n    -\u003elink($this),\n```\n\n### Link a resource by `uriKey` and `id`\n\n```php\nTextLinked::make('Title', 'title')\n    -\u003elinkResource($this-\u003euriKey(), $this-\u003eid),\n```\n\n### Add a random URL\n\n```php\nTextLinked::make('ID')\n    -\u003eurl(\"https://novapackages.com\"),\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikans%2Ftext-linked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikans%2Ftext-linked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikans%2Ftext-linked/lists"}