2017 © Pedro Peláez
 

library viewer

image

fastd/viewer

  • Tuesday, November 28, 2017
  • by JanHuang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 98 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 69 % Grown

The README.md

viewer

FastD View Service Provider, (*1)

使用

注册服务提供器。, (*2)

#file: config/app.php
<?php

return [
    // code...
    'services' => [
        \FastD\Viewer\Viewer::class,
    ],
    // code...    
];

添加试图配置信息:, (*3)

#file: config/config.php

<?php

return [
    // code...
    'viewer' => [
        'path' => [],
        'options' => [],
    ],
    // code...    
];

具体配置请查看: twig, (*4)

联系

如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠, (*5)

License MIT

The Versions

28/11 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Avatar JanHuang

22/05 2017

v0.1.0

0.1.0.0

  Sources   Download

The Requires

 

by Avatar JanHuang