CodeIgniter 4: Setup Virtual Host

So.. yeah here we are again, with a new post. It is not actually about CodeIgniter but I decided to move further with our previous project code setup, we discussed from previous post. The Virtual Host Let us get this straight, instead of using http:localhost/ci4/public we will use something like http://dev.ci4.local . That looks pretty … Continue reading CodeIgniter 4: Setup Virtual Host

Advertisement

HTML Cache: CodeIgniter3 + PhpFastCache + Redis

Website performance has been the key factor for user engagement. Since more and more users are using tablets and mobiles for internet access, it is very important to have a fast loading website in place. Though there are multiple ways to enhance your site, I would like to concentrate on caching. I have implemented caching … Continue reading HTML Cache: CodeIgniter3 + PhpFastCache + Redis