mjanssen / Laravel-5-breadcrumbs-bundle

A simple solution for breadcrumbs in Laravel 5+
15 stars 7 forks source link

Blade template wrong with Laravel 5.1 #5

Closed CptChaos closed 9 years ago

CptChaos commented 9 years ago

Hello,

Just wanted to give a heads up for the global breadcrumb blade template. It's {{ $global_breadcrumbs }} now, but due to escaping, it should be {!! $global_breadcrumbs !!}

mjanssen commented 9 years ago

Updated readme file.

Thanks for your support! :)