
Learn to install CodeIgniter 4 with composer, verify composer and the PHP version greater than or equal to 7.3, and run spark serve for a local development setup.
Learn how CodeIgniter 4 renders the default landing page via routes.php mapping to the home controller's index method and the welcome_message view, found in app/views.
Connect a CodeIgniter 4 API to a database by configuring the .env and database.php, using the default connection group and tests, uncommenting credentials, and setting hostname, database name, and user.
Learn how CodeIgniter migrations work, create migration files with spark make migration, define table schemas with forge, and manage migrations using migrate, rollback, and refresh commands to build employees table.
Learn how to use CodeIgniter 4 query builder to insert, update, delete, and select data on an employee table, and retrieve results with get, get result, and row methods.
Learn how seeding works in CodeIgniter 4 by creating a seeder with spark, using faker to generate 100 records, and seeding the employees table.
Learn how to create a route group in CodeIgniter by prefixing routes with api and organizing them in routes.php, then test get, post, put, and delete with Postman.
Create and validate an add student API in CodeIgniter 4 with Shield authentication, handling name, email, phone, and profile image, and save to the students table.
Test the add student API in a CodeIgniter 4 project using shield authentication, validating form data, uploading profile images, saving to the student model, and handling responses with Postman.
Install the shield authentication package in a CodeIgniter 4 project via composer, run spark setup to generate author.php and auth_groups.php, and update routes and migrations.
Define and secure CodeIgniter 4 API routes using Shield authentication, configuring the API prefix, namespace, and controllers for register, login, profile, logout, and project CRUD operations.
Learn to build a protected add project API with Shield authentication, validating title and budget, retrieving the logged-in user id from the token, and inserting a new project record.
We will learn the complete idea to develop a CodeIgniter 4 RESTful APIs Development Using Shield Authentication. Basic Experience in CodeIgniter programming required like working of MVC. Learn practical skills of APIs Development in CodeIgniter 4 with mysql database driver.
Begin your journey of RESTful APIs Development Using Shield Authentication with MySQL database driver here.
If you have just decided to learn CodeIgniter 4 APIs development Using Authentication then you have made the right choice, so take a breath. RESTful APIs Development is very easy to learn which means that you will be through the basics and on to writing standard code to create RESTful Web APIs in a very short time.
This course is a step by step guide through the CodeIgniter 4 development with MySQL programming language. You will go from a beginner level to creating your own web services.
These are things you will learn step by step –
Basics of CodeIgniter 4.
Concept of Route, Controller, Migration, Seeders, Filters, Route Group & Namespace.
Complete concept of Authentication in CodeIgniter 4.
API Development without using authentication.
API development guide with live code session with Shield.
API development plans while creating application structure.
About Shield basics and its structure.
API Error handling by using filters.
About Response & HTTP Code
Difference between API Development using Authentication and without any authentication.
API Development Configuration.
Shield package Installation with Complete details.
About Filter and their use.
Process of API and their strategy of development.
This course is for every level. For beginners, it will be very perfect to enroll and learn development in very easy steps with detailed concept.