Laravel 5.2 changes
- Add route group 'web' to
routes.php
file so sessions continued to work - removed "auth" folder from views (unnecessary with Laravel's php artisan auth:make command)
- updated master layout to remove the "auth/" prefix from the auth links