PHPackages                             node-link/cakephp-smarty - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. node-link/cakephp-smarty

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

node-link/cakephp-smarty
========================

Make Smarty available with CakePHP.

v0.2.1(7y ago)2979MITPHPPHP &gt;=5.5

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/node-link/cakephp-smarty)[ Packagist](https://packagist.org/packages/node-link/cakephp-smarty)[ Docs](https://github.com/node-link/cakephp-smarty)[ RSS](/packages/node-link-cakephp-smarty/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Smarty plugin for CakePHP
=========================

[](#smarty-plugin-for-cakephp)

The Smarty plugin is a simple way to install Smarty view on your CakePHP 3 application with 3 steps.

Requirements
------------

[](#requirements)

- CakePHP 3.x
- PHP 5.5+

Installation
------------

[](#installation)

### 1. Install plugin

[](#1-install-plugin)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require node-link/cakephp-smarty
```

### 2. Load plugin

[](#2-load-plugin)

Use `bin/cake` to load the plugin as follows:

```
bin/cake plugin load NodeLink/Smarty
```

Or, manually add the following to `config/bootstrap.php`:

```
