-
Building a Simple Referral System in Laravel
In this post we'll carry on from the previous one regarding sharing cookies with a subdomain and use what we learned to build a simple referral system to track who has referred users when they register on the site.
This post is a continuation of Shar...
Read more
-
Sharing Cookies with Subdomains in Laravel
Sometimes it can be useful for a subdomain such as app.example.com to have access to the cookies that are set by example.com. A situation where this could be used would be for a very simple referral tracking system, where example.com sets a cookie if...
Read more
-
Setting up Automatic Deployment and Builds Using Webhooks
This post demonstrates a reasonably simple way to automatically deploy and run code builds for your sites using webhooks and GitHub (you can use GitLab or whatever your preference is). We will create a webhook that is fired when we push updates to ou...
Read more