2017 © Pedro Peláez
 

library nette-browser-sync

Browser sync component for Nette Framework

image

geniv/nette-browser-sync

Browser sync component for Nette Framework

  • Thursday, July 5, 2018
  • by geniv
  • Repository
  • 2 Watchers
  • 0 Stars
  • 140 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 241 % Grown

The README.md

Browser sync

via: https://browsersync.io/, (*1)

Installation

$ composer require geniv/nette-browser-sync

or, (*2)

"geniv/nette-browser-sync": "^1.0"

require:, (*3)

"php": ">=7.0",
"nette/nette": ">=2.4",
"geniv/nette-general-form": ">=1.0"

Include in application

neon configure:, (*4)

services:
    - BrowserSync
#or    
    - BrowserSync(other url, other check url)

base presenter:, (*5)

protected function createComponentBrowserSync(IBrowserSync $browserSync): IBrowserSync
{
    //$browserSync->setTemplatePath(__DIR__ . '/templates/browserSync.latte');
    //$browserSync->setCheckByUrl(false);
    return $browserSync;
}

usage:, (*6)

{control browserSync}

The Versions

05/07 2018

dev-master

9999999-dev

Browser sync component for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette browser sync browser-sync geniv

05/07 2018

v1.0.1

1.0.1.0

Browser sync component for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette browser sync browser-sync geniv

05/07 2018

dev-develop

dev-develop

Browser sync component for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette browser sync browser-sync geniv

08/03 2018

v1.0.0

1.0.0.0

Browser sync component for Nette Framework

  Sources   Download

MIT

The Requires

 

by Radek Frystak

nette browser sync browser-sync geniv