Category Archives: CodeIgniter

How to set Favicon Icon in Codeigniter 4

You can put the favicon.ico file in the web root…./public folder, so the URL would be yourdomain.com/favicon.ico Then you have to add the following line of code into your HTML: I have used this in my code layout.php and its working fine!