How to check codeigniter 4 version

By | December 13, 2023

If you don’t know what version of CodeIgniter you are currently running, and assuming that Composer was used to install CodeIgniter: you can get it by running the following command line:

genie@en-03:/var/www/busylines.co.za/web$composer show | grep codeigniter
codeigniter4/framework v4.4.3 The CodeIgniter framework v4

The current version is v4.4.3.

All the best of luck.