Skip to content

MultiArtsTuts/HelperBreadcrumbBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Helper for Laravel 5.x

This Helper will have other functions later, but I created it mainly for an Automatic Breadcrumb so I do not have to get manually added as some package.

Imagine the situation where the customer creates other categories and will have to do everything manually by adding one by one? Tiring and time consuming.

You still have to improve a lot, so when you can help too.

Clone this repository in app folder.

git clone https://github.com/MultiArtsTuts/HelperBreadcrumbBS.git

Open config/app.php and add it to the aliases array:

'Helper' => App\Helpers\Helper::class,

How to use.

{!! Helper::BreadcrumbBS4() !!} For Bootstrap 4

{!! Helper::BreadcrumbBS3() !!} For Bootstrap 3

I hope it helps you, give your opinions and improvements.

Money donation

You can make a monetary contribution to the project. Help with whatever value you desire. To do this, just click the button below in the Donation session, it will also be helping to maintain my site.

Donation

Click here to lend your support to make a donation at pagseguro.com.br!

Credits

Laravel Framework by Taylor Otwell

License

HelperBreadcrumbBS is under MIT License

Att;

João Mello