#basics

How to check CodeIgniter version

H

If you're taking over an existing project you will likely need to know what exact version of CodeIgniter that you're using. This will help you determine which user guide to view, what features you can expect to have, and more. This article will take a look at a couple of different methods.

Do you have access to the command line?

If you can get to the command line for the project then the first thing you can try is to see what version of CodeIgniter 4 you might be running. At this point, version 4 has been out for…

The End