I would like to create helper functions to avoid repeating code between views in Laravel 5:
view.blade.php
Foo Formated text: {{ fo
This is what is suggested by JeffreyWay in this Laracasts Discussion.
JeffreyWay
app/Http
helpers.php
composer.json
autoload
"files": ["app/Http/helpers.php"]
composer dump-autoload