Generating a custom domain link in CodeIgniter 4

How can we handle generation of a custom domain link in CodeIgniter 4? Although this is not a built-in feature, we can deal with it in a fairly simple way. ...

July 31, 2022 · 2 min

Setting dynamic subdomains for every user account

What if we want every user in our application to have his data served through his own subdomain? I will show you how to do it in CodeIgniter 4 framework. ...

October 18, 2021 · 3 min