CodeIgniter 4 crash course, in this post we will see some options to learn codeigniter with tutorials
CodeIgniter 4 crash course – Resources
Codeigniter is a lightweight php framework based on the mvc pattern (model, view, controller), it is a lightweight framework with an ideal learning curve for beginners in programming
CodeIgniter 4 Tutorial
The course/tutorial starts completely from scratch, where the ability to understand this framework and develop a web application will be obtained.
CodeIgniter 4 Stripe
You will learn to integrate the stripe payment gateway with the use of an sdk, to manage the set of clients in a web application
CodeIgniter 4 Authentication
It will be shown how to develop an application with access control and custom authentication without the use of external packages, examples will be shown with functions such as password_hash() and password_verify()
CodeIgniter 4 Reports
A way to generate reports in pdf, excel or csv format will be carried out in the project, something widely used in SaaS applications (Software as a service)
CodeIgniter 4 PostgreSQL
Connect applications with mysql and postgresql databases and how to use an orm and query builder the query generator
CodeIgniter 4 SPA
In addition, you will learn to develop a RESTful API to be consumed with a framework such as vuejs, reactjs, angular, among others.
CodeIgniter 4 Deploy
Once the course is finished, you will have the ability to send your project to the web in a shared hosting (Namecheap, GoDaddy), vps or some other resource, some examples are Cloud solutions Heroku, Amazon EC2, AWS, Azure, Lambdas