2017 © Pedro Peláez
 

cakephp-plugin live_cake

LiveCake is a plugin for CakePHP using LiveReload

image

soenkelange/live_cake

LiveCake is a plugin for CakePHP using LiveReload

  • Thursday, January 30, 2014
  • by hoekie
  • Repository
  • 1 Watchers
  • 2 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

LiveCake V.1.0.1

LiveCake is a plugin for CakePHP using LiveReload, (*1)

Requirements

Installation

Composer

Be sure require is present in composer.json. This will install the plugin into app/Plugin/LiveCake, (*2)

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

Enable

You need to enable the plugin in your app/COnfig/bootstrap.php file:, (*3)

CakePlugin::load('LiveCake');, (*4)

How to use

To use this helper add the following to you AppController:, (*5)

<?php
...
public $helpers = array(..., 'LiveCake.LiveReload');

This will insert <script type="text/javascript" src="http://localhost:35729/livereload.js"></script> before in the respons body., (*6)

To customize the path, you can use the helper settings:, (*7)

<?php
...
public $helpers = array(..., 'LiveCake.LiveReload' => array('jsPath' => 'YOUR_CUSTOM_PATH'));

The Versions

30/01 2014

dev-master

9999999-dev

LiveCake is a plugin for CakePHP using LiveReload

  Sources   Download

MIT

The Requires

 

by Soenke Lange

cakephp livereload

30/01 2014

dev-develop

dev-develop

LiveCake is a plugin for CakePHP using LiveReload

  Sources   Download

MIT

The Requires

 

by Soenke Lange

cakephp livereload

30/01 2014

1.0.1

1.0.1.0

LiveCake is a plugin for CakePHP using LiveReload

  Sources   Download

MIT

The Requires

 

by Soenke Lange

cakephp livereload

15/11 2013

1.0

1.0.0.0

LiveCake is a plugin for CakePHP using LiveReload

  Sources   Download

MIT

The Requires

 

by Soenke Lange

cakephp livereload