CakePHP 3.0 has been released and now many Programmers like us trying to install CakePHP and use it in their new Project.

But the big issue comes in. As we know that CakePHP 3.0 has an almost complete reform version, the same with its dependency.

According to the CakePHP manual, It’s Require few things to install which are:-

1. Composer

2. Development Server (Local Server)

3. php_intl Extension, This extension is the most important thing which requires to install CakePHP 3.0

Most of the users use XAMPP as their Local Development Server. For Windows users, it’s not an issue, But MAC OS x users face a big issue with XAMPP. CakePHP  doesn’t Find php_intl Extension, this is because XAMPP has removed this extension. Now, what to do.

 Just Make a move from XAMPP to AMPPS.

AMPPS have all the extension which require installing and running CakePHP.

Hope this can save lots of time.