How to install CakePHP 4 Framework

CakePHP is a widely used PHP framework for small and large-scale projects. It is based on the MVC (Model View Controller) architecture which makes the development process easier if you are familiar with it.

It requires composer for installation.

In this tutorial, I show how you can install CakePHP 4 in your system.

I am assuming you have already installed composer. If not then you can follow this link.

How to install CakePHP 4 framework

Read more

Save CKEditor 5 data to MySQL database in CodeIgniter 4

CKEditor 5 offers user-friendly functionality and an array of features. While adding content to the editor, users can preview how it will appear on the page.

The editor allows users to effortlessly add paragraphs, headings, create lists, insert links, images, and much more.

For successful file upload, proper configuration of CKEditor is essential; otherwise, files may not load in the editor.

In this tutorial, I show how you can integrate CKEditor 5 with file upload and save its data to the MySQL database in CodeIgniter 4.

Save CKEditor 5 data to MySQL database in CodeIgniter 4

Read more