2017 © Pedro Peláez
 

library laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

image

creitive/laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

  • Saturday, January 27, 2018
  • by levacic
  • Repository
  • 12 Watchers
  • 33 Stars
  • 92,932 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 5 Versions
  • 12 % Grown

The README.md

Latest Stable Version Total Downloads, (*1)

Laravel 5 Breadcrumbs

A simple Laravel 5-compatible breadcrumbs package. Generates Twitter Bootstrap-compatible output., (*2)

Installation

Just run this on the command line:, (*3)

composer require creitive/laravel5-breadcrumbs

Laravel 5.5+ will use the auto-discovery function., (*4)

If 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., (*5)

return array(
    // ...

    'providers' => array(
        // ...

        Creitive\Breadcrumbs\BreadcrumbsServiceProvider::class,
    ),

    // ...

    'aliases' => array(
        // ...

        'Breadcrumbs' => Creitive\Breadcrumbs\Facades\Breadcrumbs::class,
    ),
);

You're all set!, (*6)

Usage

For usage documentation, please visit the core library that this package depends on: creitive/breadcrumbs., (*7)

This 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->addCrumb('Home', '/'), you can do \Breadcrumbs::addCrumb('Home', '/')., (*8)

Additionally, 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., (*9)

Laravel 4

For Laravel 4 support, visit the creitive/laravel4-breadcrumbs package., (*10)

Laravel 6

For Laravel 6 support, visit the creitive/laravel6-breadcrumbs package., (*11)

Laravel 7+

For Laravel 7+ support, visit the creitive/laravel-breadcrumbs package., (*12)

License

The code is licensed under the MIT license, which is available in the LICENSE file., (*13)

The Versions

27/01 2018

dev-master

9999999-dev https://github.com/creitive/laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

  Sources   Download

MIT MIT License

The Requires

 

laravel breadcrumbs

27/01 2018

2.1.0

2.1.0.0 https://github.com/creitive/laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

  Sources   Download

MIT

The Requires

 

laravel breadcrumbs

25/01 2017

2.0.1

2.0.1.0 https://github.com/creitive/laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

  Sources   Download

MIT License

The Requires

 

laravel breadcrumbs

09/03 2016

2.0.0

2.0.0.0 https://github.com/creitive/laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

  Sources   Download

MIT License

The Requires

 

laravel breadcrumbs

07/03 2015

1.0.0

1.0.0.0 https://github.com/creitive/laravel5-breadcrumbs

Breadcrumbs integration for Laravel 5

  Sources   Download

MIT License

The Requires

 

laravel breadcrumbs