fastd/viewer
最新稳定版本:v0.1.2
Composer 安装命令:
composer require fastd/viewer
包简介
README 文档
README
FastD View Service Provider
使用
注册服务提供器。
#file: config/app.php <?php return [ // code... 'services' => [ \FastD\Viewer\Viewer::class, ], // code... ];
添加试图配置信息:
#file: config/config.php <?php return [ // code... 'viewer' => [ 'path' => [], 'options' => [], ], // code... ];
具体配置请查看: twig
联系
如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠
License MIT
统计信息
- 总下载量: 2.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-05-21