Download the PHP package faisalahsanse/laravel-breadcrums without Composer
On this page you can find all versions of the php package faisalahsanse/laravel-breadcrums. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download faisalahsanse/laravel-breadcrums
More information about faisalahsanse/laravel-breadcrums
Files in faisalahsanse/laravel-breadcrums
Download faisalahsanse/laravel-breadcrums
More information about faisalahsanse/laravel-breadcrums
Files in faisalahsanse/laravel-breadcrums
Vendor faisalahsanse
Package laravel-breadcrums
Short Description A helper function to create breadcrums for you website
License MIT
Package laravel-breadcrums
Short Description A helper function to create breadcrums for you website
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-breadcrums
Laravel Breadcrums
A laravel breadcrums that will automatically generate the navigation breadcrums that you will specify.
Installation
Perform the following operations in order to use this middleware
- Run
composer require faisalahsanse/laravel-breadcrums
in your terminal - Add Service Provider
Open
config/app.php
and addFaisalahsan\Breadcrums\BreadcumsServiceProvider::class
to the end ofproviders
array:
How to use
-
Create a section
breadcrums
in your master layout (or whatever you are using) -
Extend your page with your master layout, in which you want to show breadcrums and define an array of breadcrums.
-
Use routes without parameters
-
Use routes parameters
- Customize style of breadcrums navigation
How to Contribute
- Feel free to add some new functionality, improve some existing functionality etc and open up a pull request explaining what you did.
- Report any issues in the issues section
- Also you can reach me directly at [email protected] with any feedback
All versions of laravel-breadcrums with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5
The package faisalahsanse/laravel-breadcrums contains the following files
Loading the files please wait ....