This is a tutorial for installing Smarty to CakePHP 3.0. In :日本語 In :español Steps 1. Download the SmartyView from here: https://github.com/yukikikuchi/cakephp3-smartyview Save SmartyView as app/src/View/SmartyView.php 2. Download the smarty template engine http://smarty.php.net/download.php Extract it to app/vendor/smarty 3. Include in your controller (in AppController.php to do it app-wide)