Download the PHP package soenkelange/live_cake without Composer
On this page you can find all versions of the php package soenkelange/live_cake. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download soenkelange/live_cake
More information about soenkelange/live_cake
Files in soenkelange/live_cake
Download soenkelange/live_cake
More information about soenkelange/live_cake
Files in soenkelange/live_cake
Vendor soenkelange
Package live_cake
Short Description LiveCake is a plugin for CakePHP using LiveReload
License MIT
Package live_cake
Short Description LiveCake is a plugin for CakePHP using LiveReload
License MIT
Keywords cakephplivereload
Please rate this library. Is it a good library?
Informations about the package live_cake
LiveCake V.1.0.1
LiveCake is a plugin for CakePHP using LiveReload
Requirements
- CakePHP >= 2.3
- LiveReload
Installation
Composer
Be sure require is present in composer.json. This will install the plugin into app/Plugin/LiveCake
{
"require": {
"soenkelange/live_cake": "*"
}
}
Enable
You need to enable the plugin in your app/COnfig/bootstrap.php file:
CakePlugin::load('LiveCake');
How to use
To use this helper add the following to you AppController:
This will insert <script type="text/javascript" src="http://localhost:35729/livereload.js"></script>
before in the respons body.
To customize the path, you can use the helper settings:
All versions of live_cake with dependencies
PHP Build Version
Package Version
The package soenkelange/live_cake contains the following files
Loading the files please wait ....