{"id":26128276,"url":"https://github.com/creitive/laravel4-breadcrumbs","last_synced_at":"2025-07-28T20:08:55.634Z","repository":{"id":28310073,"uuid":"31822814","full_name":"creitive/laravel4-breadcrumbs","owner":"creitive","description":"Laravel 4 integration for our breadcrumbs package","archived":false,"fork":false,"pushed_at":"2020-12-09T14:54:15.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-22T14:53:49.918Z","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":"2015-03-07T18:33:33.000Z","updated_at":"2020-12-09T14:54:18.000Z","dependencies_parsed_at":"2022-08-02T11:48:34.909Z","dependency_job_id":null,"html_url":"https://github.com/creitive/laravel4-breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/creitive/laravel4-breadcrumbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel4-breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel4-breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel4-breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel4-breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creitive","download_url":"https://codeload.github.com/creitive/laravel4-breadcrumbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creitive%2Flaravel4-breadcrumbs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267577975,"owners_count":24110350,"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-07-28T02:00:09.689Z","response_time":68,"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-03-10T18:58:30.381Z","updated_at":"2025-07-28T20:08:55.614Z","avatar_url":"https://github.com/creitive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/creitive/laravel4-breadcrumbs/version.png)](https://packagist.org/packages/creitive/laravel4-breadcrumbs) [![Total Downloads](https://poser.pugx.org/creitive/laravel4-breadcrumbs/d/total.png)](https://packagist.org/packages/creitive/laravel4-breadcrumbs)\n\nLaravel 4 Breadcrumbs\n=====================\n\n*A simple Laravel 4-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/laravel4-breadcrumbs\n```\n\nAfter this, you should add the service provider and the alias to your `app/config/app.php`, which should make it look something like this:\n\n```php\nreturn array(\n\t// ...\n\n\t'providers' =\u003e array(\n\t\t// ...\n\n\t\t'Creitive\\Breadcrumbs\\BreadcrumbsServiceProvider',\n\t),\n\n\t// ...\n\n\t'aliases' =\u003e array(\n\t\t// ...\n\n\t\t'Breadcrumbs' =\u003e 'Creitive\\Breadcrumbs\\Facades\\Breadcrumbs',\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 5\n---------\n\nFor Laravel 5 support, visit the [creitive/laravel5-breadcrumbs](https://github.com/creitive/laravel5-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%2Flaravel4-breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreitive%2Flaravel4-breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreitive%2Flaravel4-breadcrumbs/lists"}