{"id":26128277,"url":"https://github.com/creitive/laravel-breadcrumbs","last_synced_at":"2025-04-13T17:51:13.764Z","repository":{"id":56959204,"uuid":"319984129","full_name":"creitive/laravel-breadcrumbs","owner":"creitive","description":"Laravel 7+ integration for our breadcrumbs package","archived":false,"fork":false,"pushed_at":"2024-04-09T18:52:03.000Z","size":3,"stargazers_count":2,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T08:48:10.174Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-09T14:36:53.000Z","updated_at":"2021-03-28T13:47:35.000Z","dependencies_parsed_at":"2025-03-10T18:58:56.581Z","dependency_job_id":"1e6d824d-70ee-47e1-a768-155ec77e3479","html_url":"https://github.com/creitive/laravel-breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel-breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel-breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel-breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel-breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creitive","download_url":"https://codeload.github.com/creitive/laravel-breadcrumbs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758229,"owners_count":21156957,"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","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-03-10T18:58:33.112Z","updated_at":"2025-04-13T17:51:13.744Z","avatar_url":"https://github.com/creitive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/creitive/laravel-breadcrumbs/version.png)](https://packagist.org/packages/creitive/laravel-breadcrumbs) [![Total Downloads](https://poser.pugx.org/creitive/laravel-breadcrumbs/d/total.png)](https://packagist.org/packages/creitive/laravel-breadcrumbs)\n\nLaravel Breadcrumbs\n=====================\n\n*A simple Laravel 7+ 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/laravel-breadcrumbs\n```\n\nLaravel 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\nLaravel 6\n---------\n\nFor Laravel 6 support, visit the [creitive/laravel6-breadcrumbs](https://github.com/creitive/laravel6-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%2Flaravel-breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreitive%2Flaravel-breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreitive%2Flaravel-breadcrumbs/lists"}