Laravel 3 – HTTPS routes for Auth users
I’m building a Laravel 3 application and I wanted to make sure that logged-in users always remain in HTTPS browsing mode no matter what part of the application they are using, whilst visitors can browse around the site in HTTP mode.