difra/binding-fontawesome5

为 Difra 提供的 Font Awesome 5 绑定

8.0.1 2022-02-01 19:18 UTC

This package is auto-updated.

Last update: 2024-09-04 16:05:23 UTC


README

将组件/font-awesome 绑定到 Difra。

如何使用

  1. 将配置包含到 nginx 的 server {} 部分
    include /full-project-path/vendor/difra/fontawesome5/bin/nginx.conf;
    
  2. 在 config.php 中包含 fontawesome5 实例。例如
    'instances' => [
        'main' => [
             'include' => [
                'fontawesome5' => true
             ]
        ]
    ],