fastd/viewer

There is no license information available for the latest version (v0.1.2) of this package.

Installs: 2 016

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fastd/viewer

v0.1.2 2019-08-05 02:54 UTC

This package is auto-updated.

Last update: 2025-10-05 16:21:31 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. 微博: 编码侠

License MIT