In this article , we will show you install of CakePHP 4 with composer. Through Composer it is simple and easy to install CakePHP. minimum PHP version that we need to install is PHP 7.3.
Install Composer
Watch link composer
Install CakePHP
Open Your cmd and set htdocs directory on your XAMPP server to Install CakePHP 4
Now Run the following command to install CakePhp 4
composer create-project --prefer-dist cakephp/app:4.0.3 cakephp4
installation is complete, use localhost to open your project in browser.
The Path for the same is http://localhost/cakephp4.
Please be at liberty to comment below, problems if you face – we are here to solve your problems.