Database Configuration — CodeIgniter 4.1.4 documentation
Database Configuration. CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). The config file is located at app/Config/Database.php. You can also set database connection …