Download the PHP package aerni/font-awesome without Composer
On this page you can find all versions of the php package aerni/font-awesome. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aerni/font-awesome
More information about aerni/font-awesome
Files in aerni/font-awesome
Package font-awesome
Short Description A Statamic addon to easily add Font Awesome icons.
License MIT
Homepage https://github.com/aerni/statamic-font-awesome
Informations about the package font-awesome
Font Awesome
This Statamic addon features an icon fieldtype to browse and select Font Awesome 6.x icons. It also comes with a Tag to output selected icons in your template.
Installation
Install the addon using Composer:
After installation, publish the assets:
You may publish the config of the package:
Configuration
You may choose between using a Kit or hosting Font Awesome yourself.
Kit Driver
If you want to use a Kit, make sure you set the driver option in the config to kit:
Next, add your API Token and Kit Token to your .env file:
Local Driver
If you would rather host Font Awesome yourself, you may use the local driver:
Next, download Font Awesome (For The Web) and place the metadata and css directories in the locations defined in the config:
Metadata
The files in the metadata directory are required to get the information about the icons. I recommend placing the metadata in the resources directory, as these files don't need to be publicly accessible.
CSS
The css config option defines the public path to the stylesheet that will be loaded in the Control Panel. The stylesheet must be placed in the public directory. The CSS will only be loaded in the Control Panel. You still need to add the stylesheet to your frontend layout yourself.
Usage
Fieldtype
Add the Font Awesome Fieldtype to a Blueprint or Fieldset. The Fieldtype provides a config option that allows you to make only certain icon styles available for selection.
Tag
If you're using the kit driver, add the following Tag to your layout's <head> to render the Font Awesome script.
Render an icon by using the handle of a Font Awesome field as the wildcard method.
You may also use the shorter tag alias instead.
Credits
Developed by Michael Aerni