Download the PHP package drahosistvan/laravel-breadcrumbs without Composer
On this page you can find all versions of the php package drahosistvan/laravel-breadcrumbs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drahosistvan/laravel-breadcrumbs
More information about drahosistvan/laravel-breadcrumbs
Files in drahosistvan/laravel-breadcrumbs
Download drahosistvan/laravel-breadcrumbs
More information about drahosistvan/laravel-breadcrumbs
Files in drahosistvan/laravel-breadcrumbs
Vendor drahosistvan
Package laravel-breadcrumbs
Short Description Simple breadcrumbs service for Laravel.
License MIT
Homepage https://gitlab.apertus.uni-nke.hu/drahosi/laravel-breadcrumbs
Package laravel-breadcrumbs
Short Description Simple breadcrumbs service for Laravel.
License MIT
Homepage https://gitlab.apertus.uni-nke.hu/drahosi/laravel-breadcrumbs
Keywords breadcrumbslaravel
Please rate this library. Is it a good library?
Informations about the package laravel-breadcrumbs
Simple Breadcrumbs package for Laravel
How to install
1. require the package
2. Install
Run composer update
command, to install the package.
3. publish
Publish the configuration file with php artisan vendor:publish
command
How to use
Controller side:
In your controller, you can add elements to the Breadcrumbs:
If you want a more cleaner way, you can add $breadcrumbs
to your base Controller
After this, you can add elements like this: $this->breadcrumbs->add()->add() ...
View side:
$breadcrumbs
variable is available from the view.
Little trick:
If you call $breadcrumbs->last()->title
, it will give you the current page's title :)
All versions of laravel-breadcrumbs with dependencies
PHP Build Version
Package Version
The package drahosistvan/laravel-breadcrumbs contains the following files
Loading the files please wait ....