veka-server / fontawesome

用于我的库的css fontawesome库

0.0.2 2022-03-16 19:58 UTC

This package is auto-updated.

Last update: 2024-09-17 01:40:19 UTC


README

用于我的框架的fontawesome库,版本5.12.1

安装

composer require veka-server/fontawesome

通过编辑config/plugin.php文件来告知框架库已存在

// ajouter la ligne dans le tableau retourné par le fichier
\VekaServer\FontAwesome\Autoload::class

创建一个允许下载字体的路由

 // ...
    ->get('/fontawesome/(.+)',function($filename){\VekaServer\FontAwesome\Autoload::getFontByName($filename);})
 // ...

使用说明

查看官方网站:https://fontawesome.com/