pedrotroller / together-js-bundle
A TogetherJs integration via the debug toolbar
dev-master
2014-10-28 14:58 UTC
Requires
- php: >=5.4
- symfony/symfony: ~2.4
Requires (Dev)
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2024-10-19 01:52:18 UTC
README
Symfony integration of the awesome TogetherJS from Mozilla. #Installation
composer require pedrotroller/together-js-bundle dev-master@dev
class AppKernel extends Kernel { public function registerBundles() { //... if (in_array($this->getEnvironment(), array('dev', 'test'))) { //... $bundles[] = new PedroTroller\TogetherJs\PedroTrollerTogetherJsBundle(); } return $bundles; }