{"id":25652398,"url":"https://github.com/creitive/laravel6-breadcrumbs","last_synced_at":"2025-09-08T04:33:08.455Z","repository":{"id":56959165,"uuid":"206522369","full_name":"creitive/laravel6-breadcrumbs","owner":"creitive","description":"Laravel 6 integration for our breadcrumbs package","archived":false,"fork":false,"pushed_at":"2020-12-09T14:50:50.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T15:56:31.200Z","etag":null,"topics":["breadcrumbs","laravel","php"],"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/creitive.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":"2019-09-05T09:12:01.000Z","updated_at":"2020-12-09T14:50:53.000Z","dependencies_parsed_at":"2022-08-21T09:50:32.122Z","dependency_job_id":null,"html_url":"https://github.com/creitive/laravel6-breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/creitive/laravel6-breadcrumbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel6-breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel6-breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel6-breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel6-breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creitive","download_url":"https://codeload.github.com/creitive/laravel6-breadcrumbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel6-breadcrumbs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274134749,"owners_count":25228198,"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":"2025-09-08T02:00:09.813Z","response_time":121,"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":["breadcrumbs","laravel","php"],"created_at":"2025-02-23T18:19:56.606Z","updated_at":"2025-09-08T04:33:08.396Z","avatar_url":"https://github.com/creitive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/creitive/laravel6-breadcrumbs/version.png)](https://packagist.org/packages/creitive/laravel6-breadcrumbs) [![Total Downloads](https://poser.pugx.org/creitive/laravel6-breadcrumbs/d/total.png)](https://packagist.org/packages/creitive/laravel6-breadcrumbs)\n\nLaravel 6 Breadcrumbs\n=====================\n\n*A simple Laravel 6-compatible breadcrumbs package. Generates Twitter Bootstrap-compatible output.*\n\n\nInstallation\n------------\n\nJust run this on the command line:\n\n```\ncomposer require creitive/laravel6-breadcrumbs\n```\n\nLaravel 6 will use the auto-discovery function.\n\nIf using an older version of Laravel (or if you don't use auto-discovery) you will need to include the service providers / facade in `config/app.php`.\n\n```php\nreturn array(\n    // ...\n\n    'providers' =\u003e array(\n        // ...\n\n        Creitive\\Breadcrumbs\\BreadcrumbsServiceProvider::class,\n    ),\n\n    // ...\n\n    'aliases' =\u003e array(\n        // ...\n\n        'Breadcrumbs' =\u003e Creitive\\Breadcrumbs\\Facades\\Breadcrumbs::class,\n    ),\n);\n```\n\nYou're all set!\n\n\nUsage\n-----\n\nFor usage documentation, please visit the core library that this package depends on: [creitive/breadcrumbs](https://github.com/creitive/breadcrumbs).\n\nThis particular package registers a shared instance of the breadcrumbs class, and enables you to make the calls on the provided facade, ie. instead of doing `$breadcrumbs-\u003eaddCrumb('Home', '/')`, you can do `\\Breadcrumbs::addCrumb('Home', '/')`.\n\nAdditionally, having this as a separate package enables us to move forward with Laravel-specific features, such as having a configuration file that enables you to more cleanly customize how the package works.\n\n\nLaravel 4\n---------\n\nFor Laravel 4 support, visit the [creitive/laravel4-breadcrumbs](https://github.com/creitive/laravel4-breadcrumbs) package.\n\n\nLaravel 5\n---------\n\nFor Laravel 5 support, visit the [creitive/laravel5-breadcrumbs](https://github.com/creitive/laravel5-breadcrumbs) package.\n\n\nLaravel 7+\n---------\n\nFor Laravel 7+ support, visit the [creitive/laravel-breadcrumbs](https://github.com/creitive/laravel-breadcrumbs) package.\n\n\nLicense\n-------\n\nThe code is licensed under the MIT license, which is available in the `LICENSE` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreitive%2Flaravel6-breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreitive%2Flaravel6-breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreitive%2Flaravel6-breadcrumbs/lists"}