andrewelkins / Laravel-4-Bootstrap-Starter-Site

Laravel 4 Starter Site is a basic blog application using several nice community packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find the route for account confirmation

danboh opened this issue · comments

Hello,
Thank you for the good work. Today I downloaded and started playing around with Laravel and your project really makes the process so much easier.

However, I've tried creating a new user, but I can't find the proper route for account confirmation. There's a controller for this (getConfirm) but no route?

Perhaps this is something that was missed? Or maybe I just don't see it? I already tried hostname/user/username/token but lo luck

Thanks!