Category: Codeigniter
Posts on Codeigniter
Removing index.php from CodeIgniter URLs
If you have developed CodeIgniter application and want to remove the index.php file from the application generated URLs, you can follow this simple steps. As…

CodeIgniter 4 – Security Module (JWT, Rolebased Permissions, etc)
CodeIgniter was my go to framework long time ago but then I started using Laravel PHP framework and went on using other technologies for backend…