PHP CodeIgniter 4 - CRUD Application Tutorial
Next, open your CodeIgniter 4 source code folder into your preferred text-editor such as Notepad++, Sublime Text, VS Code, etc. Setting Up the Database Credentials Open the Database.php file under the app >> Config >> directory in to your text-editor. Locate the $default variable on the file. Configure your database just like below.