fastd / viewer
该包最新版本(v0.1.2)没有提供许可证信息。
v0.1.2
2019-08-05 02:54 UTC
Requires
- php: >=5.6
- twig/twig: ^2.3
Requires (Dev)
- fastd/http: ^3.0
This package is auto-updated.
Last update: 2024-09-05 13:51:33 UTC
README
FastD 观察者服务提供商
使用
注册服务提供器。
#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. 微博: 编码侠