difra/fontawesome5

This package is abandoned and no longer maintained. The author suggests using the difra/binding-fontawesome5 package instead.

Font Awesome 5 bindings for Difra

8.0.1 2022-02-01 19:18 UTC

This package is auto-updated.

Last update: 2022-02-04 10:26:36 UTC


README

Binds components/font-awesome to Difra.

How to use

  1. Add config inclusion to nginx's server {} section:
    include /full-project-path/vendor/difra/fontawesome5/bin/nginx.conf;
    
  2. Include fontawesome5 instance in the config.php. For example:
    'instances' => [
        'main' => [
             'include' => [
                'fontawesome5' => true
             ]
        ]
    ],