Verification of CNAME record for custom domain
When we give users option to connect their own domain to our service, we must also check that the DNS record has the correct CNAME settings before we approve such a domain. ...
When we give users option to connect their own domain to our service, we must also check that the DNS record has the correct CNAME settings before we approve such a domain. ...
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. ...
I recently had to use a query with INSERT ON DUPLICATE KEY UPDATE, but CodeIgniter 4 does not have built-in support for this type of query because it is not available in all database drivers. ...
Last time I showed you how to easily integrate Mix with CodeIgniter 4. This time we’ll complete the integration process by implementing a helper which will make using versioned assets very convenient and easy. ...
Today we are going to look at configuring CodeIgniter 4 in conjunction with Mix. Mix is one of the components that comes with the Laravel framework. ...