geniv/nette-browser-sync
最新稳定版本:v1.0.5
Composer 安装命令:
composer require geniv/nette-browser-sync
包简介
Browser sync component for Nette Framework
README 文档
README
Installation
$ composer require geniv/nette-browser-sync
or
"geniv/nette-browser-sync": "^1.0"
require:
"php": ">=7.0", "nette/nette": ">=2.4", "geniv/nette-general-form": ">=1.0"
Include in application
neon configure:
services: - BrowserSync #or - BrowserSync(other url, other check url)
base presenter:
protected function createComponentBrowserSync(IBrowserSync $browserSync): IBrowserSync { //$browserSync->setTemplatePath(__DIR__ . '/templates/browserSync.latte'); //$browserSync->setCheckByUrl(false); return $browserSync; }
usage:
{control browserSync}
统计信息
- 总下载量: 1.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-07