andrewelkins / Laravel-4-Bootstrap-Starter-Site

Laravel 4 Starter Site is a basic blog application using several nice community packages.
1.77k stars 608 forks source link

Can't find the route for account confirmation #415

Closed danboh closed 5 years ago

danboh commented 9 years ago

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!