Fatal error: You must enable the intl extension to use CakePHP

“Fatal error: You must enable the intl extension to use CakePHP”, In this post you will know how to deal with a problem of “php_intl.dll” error. Its a common error error occurs when implementing an application using Cakephp. Let’s see how to solve the problem of “php_intl.dll” error. this error occurs when “php_intl.dll” is not … Read more

CakePHP 3 Change Password functionality with validations

CakePHP 3 Change Password is explained in this post. Change Password is very common functionality in every website. In this post, I will explain how we can implement it with server-side validations and the steps involved in it. To implement CakePhp 3 Change Password functionality in CakePHP 3 with validations, we will follow 5 steps of … Read more