fond-of-spryker/file-get-content

0.1.1 2018-11-23 14:56 UTC

This package is auto-updated.

Last update: 2024-09-11 18:59:27 UTC


README

license

用于在 Twig 中使用 PHP file_get_contents() 的简单包装器。例如,用于内联 SVG 图形

安装

composer require fond-of-spryker/discount-widget

配置

在您的 YvesBootstrap 中注册新提供者

$this->application->register(new FileGetContentServiceProvider());

在 TWIG 中使用新的 fileGetContent 函数

{{ fileGetContent(fileUrl) }}