{"id":26128278,"url":"https://github.com/creitive/laravel5-breadcrumbs","last_synced_at":"2025-04-13T17:51:13.846Z","repository":{"id":28310523,"uuid":"31823270","full_name":"creitive/laravel5-breadcrumbs","owner":"creitive","description":"Laravel 5 integration for our breadcrumbs package","archived":false,"fork":false,"pushed_at":"2020-12-09T14:53:19.000Z","size":7,"stargazers_count":34,"open_issues_count":0,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-27T08:48:10.545Z","etag":null,"topics":["breadcrumbs","laravel","php"],"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/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":"2015-03-07T18:49:15.000Z","updated_at":"2022-04-18T15:00:42.000Z","dependencies_parsed_at":"2022-08-02T11:48:36.155Z","dependency_job_id":null,"html_url":"https://github.com/creitive/laravel5-breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel5-breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel5-breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel5-breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel5-breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creitive","download_url":"https://codeload.github.com/creitive/laravel5-breadcrumbs/tar.gz/refs/heads/master","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:46.773Z","updated_at":"2025-04-13T17:51:13.817Z","avatar_url":"https://github.com/creitive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/creitive/laravel5-breadcrumbs/version.png)](https://packagist.org/packages/creitive/laravel5-breadcrumbs) [![Total Downloads](https://poser.pugx.org/creitive/laravel5-breadcrumbs/d/total.png)](https://packagist.org/packages/creitive/laravel5-breadcrumbs)\n\nLaravel 5 Breadcrumbs\n=====================\n\n*A simple Laravel 5-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/laravel5-breadcrumbs\n```\n\nLaravel 5.5+ will use the auto-discovery function.\n\nIf using Laravel 5.4 (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\t// ...\n\n\t'providers' =\u003e array(\n\t\t// ...\n\n\t\tCreitive\\Breadcrumbs\\BreadcrumbsServiceProvider::class,\n\t),\n\n\t// ...\n\n\t'aliases' =\u003e array(\n\t\t// ...\n\n\t\t'Breadcrumbs' =\u003e Creitive\\Breadcrumbs\\Facades\\Breadcrumbs::class,\n\t),\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 6\n---------\n\nFor Laravel 6 support, visit the [creitive/laravel6-breadcrumbs](https://github.com/creitive/laravel6-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%2Flaravel5-breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreitive%2Flaravel5-breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreitive%2Flaravel5-breadcrumbs/lists"}