{"id":36979854,"url":"https://github.com/chris-ware/nova-breadcrumbs","last_synced_at":"2026-01-13T22:49:28.105Z","repository":{"id":33650983,"uuid":"160367785","full_name":"chris-ware/nova-breadcrumbs","owner":"chris-ware","description":"Breadcrumbs for Laravel Nova","archived":true,"fork":false,"pushed_at":"2022-04-26T15:55:49.000Z","size":778,"stargazers_count":151,"open_issues_count":1,"forks_count":44,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-11-27T14:47:23.307Z","etag":null,"topics":["hacktoberfest"],"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/chris-ware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-04T14:11:37.000Z","updated_at":"2025-07-14T09:56:32.000Z","dependencies_parsed_at":"2022-08-17T22:51:12.955Z","dependency_job_id":null,"html_url":"https://github.com/chris-ware/nova-breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/chris-ware/nova-breadcrumbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-ware","download_url":"https://codeload.github.com/chris-ware/nova-breadcrumbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-ware%2Fnova-breadcrumbs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["hacktoberfest"],"created_at":"2026-01-13T22:49:28.027Z","updated_at":"2026-01-13T22:49:28.097Z","avatar_url":"https://github.com/chris-ware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova Breadcrumbs\nBreadcrumbs for Laravel Nova\n\n[![Latest Stable Version](https://badgen.net/packagist/v/chris-ware/nova-breadcrumbs)](https://packagist.org/packages/chris-ware/nova-breadcrumbs)\n[![Total Downloads](https://badgen.net/packagist/dt/chris-ware/nova-breadcrumbs)](ttps://packagist.org/packages/chris-ware/nova-breadcrumbs)\n[![License](https://badgen.net/packagist/license/chris-ware/nova-breadcrumbs)](https://packagist.org/packages/chris-ware/nova-breadcrumbs)\n[![StyleCI](https://github.styleci.io/repos/160367785/shield?branch=master)](https://github.styleci.io/repos/160367785)\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-breadcrumbs\n```\n\nNext, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\npublic function tools()\n{\n    return [\n        // ...\n        \\ChrisWare\\NovaBreadcrumbs\\NovaBreadcrumbs::make(),\n    ];\n}\n```\n\nFinally, add the Breadcrumbs trait to your App\\Nova\\Resource class.\n\n```php\nuse ChrisWare\\NovaBreadcrumbs\\Traits\\Breadcrumbs;\n\nabstract class Resource extends NovaResource\n{\n    use Breadcrumbs;\n```\n\n## Customisation\n\nYou can disable the bundled styles and load your own by adding the following method to the call:\n\n```php\n// in app/Providers/NovaServiceProvder.php\n\n// ...\npublic function tools()\n{\n    return [\n        // ...\n        \\ChrisWare\\NovaBreadcrumbs\\NovaBreadcrumbs::make()-\u003ewithoutStyles(),\n    ];\n}\n```\n\nYou can also customise both the label and title for a Resource. Label refers to the Resource's Name, so a Users Resource would have a Users label. Title refers to the title of the Resource as set by the $title property on the resource, so by default it would be the resource ID. Both of these can be overwritten for Breadcrumbs only by overwriting the functions on the trait that start with breadcrumb.\n\nYou can also conditionally disable breadcrumbs, using the static breadcrumbs method presented in the trait.\n\n## Information\n\nThis package works using the custom header elements available on all Nova views. Due to the fact that the data available to these views differ, the rendering of breadcrumbs is API powered, to ensure that for all views, the necessary data is available and displayed. \n\n## Screenshots\nScreenshots can be seen [here](screenshots.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-ware%2Fnova-breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-ware%2Fnova-breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-ware%2Fnova-breadcrumbs/lists"}