Relative Content

Tag Archive for routing

Features of a routing system

I have been tinkering with the idea of creating a routing system as a learning experience and not for some production purpose.

HTTP Query String vs URL Parameter for referral codes

I’m working with a Laravel app and am development a “referral” feature. A user clicks “refer friend” and a URL pops up that can be shared on Facebook etc, when another user clicks on the link they are taken to the site, a session parameter is set, and later if the user signs up, the original user gets credit.