Codeigniter 4 CRUD (Create Read Update Delete) Tutorial
Step 2 : Create Database and Configuration. In this step, You will create new database "blog" and add new table "users" in the blog database. You can use following SQL Query for create "users" table. So let's create using bellow sql query: After create database and table successfully, we have to configuration of database in our Codeigniter 4 ...