fastd / viewer
Installs: 1 941
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.6
- twig/twig: ^2.3
Requires (Dev)
- fastd/http: ^3.0
This package is auto-updated.
Last update: 2024-11-05 14:17:16 UTC
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. 微博: 编码侠