I\'ve written a simple display_messages()
function that will search Session::get(\'errors\')
for flash data and echo it to the screen.
Where do
In L3, I would normally create a application/libraries/helpers.php
file, and require_once()
it in my application/start.php
. Similar to how L3 has a laravel/helpers.php
file.
I'm assuming there is something similar you can do in L4.
EDIT: Just looking at the source, app/start/local.php
seems like it might be the place.