difra / fontawesome5
Font Awesome 5 bindings for Difra
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/difra/fontawesome5
Requires
This package is auto-updated.
Last update: 2022-02-04 10:26:36 UTC
README
Binds components/font-awesome to Difra.
How to use
- Add config inclusion to nginx's server {} section:
include /full-project-path/vendor/difra/fontawesome5/bin/nginx.conf;
- Include fontawesome5 instance in the config.php. For example:
'instances' => [ 'main' => [ 'include' => [ 'fontawesome5' => true ] ] ],