Wednesday, March 1, 2017

How can I declare a route taking these 2 parameters in Laravel?

I am pretty new in Laravel and I have the following problem.

I have to declare a route that handle requests like this:

http://ift.tt/2m97Muk

So basically it have to handle a GET request toward the /activate resource with 2 get parameter email and token.

How can I correctly declare this route? Then I only have to create the related controller method that takes these 2 parameter?

Tnx




via AndreaNobili

Advertisement