PHPackages                             soenkelange/live\_cake - 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. [Framework](/categories/framework)
4. /
5. soenkelange/live\_cake

ActiveCakephp-plugin[Framework](/categories/framework)

soenkelange/live\_cake
======================

LiveCake is a plugin for CakePHP using LiveReload

1.0.1(12y ago)252MITPHPPHP &gt;=5.3.3

Since Nov 15Pushed 12y agoCompare

[ Source](https://github.com/soenkelange/LiveCake)[ Packagist](https://packagist.org/packages/soenkelange/live_cake)[ RSS](/packages/soenkelange-live-cake/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

LiveCake V.1.0.1
================

[](#livecake-v101)

LiveCake is a plugin for CakePHP using LiveReload

\##Requirements

- [CakePHP](http://cakephp.org) &gt;= 2.3
- [LiveReload](http://livereload.com)

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

[](#installation)

### Composer

[](#composer)

Be sure require is present in composer.json. This will install the plugin into app/Plugin/LiveCake

```
{
	"require": {
		"soenkelange/live_cake": "*"
	}
}

```

Enable
------

[](#enable)

You need to enable the plugin in your app/COnfig/bootstrap.php file:

`CakePlugin::load('LiveCake');`

How to use
----------

[](#how-to-use)

To use this helper add the following to you AppController:

```
