Laravel 4: Two different view pages for a single URI based on auth status
问题 I have recently got into developing with Laravel 4 and I had a question about routes. For '/', I would like to have two different view pages based on the user's auth status. If a user is logged in and is viewing '/', I would like to show them a view with admin controls and when a user is viewing '/' as a regular user without logging in, I would like to offer a general information view. To accomplish this, I've been playing around with filter 'auth' and 'guest' but am having no luck. // app