php,laravel,initialization,laravel-routing,global-filter
Actually, that would be the most 'correct' method to place it in. I think you're not looking for a way to do something before the View is returned. You're looking for a way to do something before the response is sent. App::before() would be the correct way of doing that,...