Download the PHP package norman-huth/nova-font-awesome-field without Composer
On this page you can find all versions of the php package norman-huth/nova-font-awesome-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download norman-huth/nova-font-awesome-field
More information about norman-huth/nova-font-awesome-field
Files in norman-huth/nova-font-awesome-field
Package nova-font-awesome-field
Short Description A Laravel Nova field.
License MIT
Informations about the package nova-font-awesome-field
📦 Archived
This repository is archived and no longer maintained.
If you offer, maintain, or know of an actively maintained alternative to this project, please contact me at [email protected].
If the alternative references this repository as its source, inspiration, predecessor, or migration path, I may list it here so existing users can find a maintained replacement.
Nova Font Awesome Field
A Font Awesome icon picker for Laravel Nova.
Demo: https://nova-demo.huth.it/resources/norman-huth-font-awesome-fields
Install
Usage
Add the field.
Optional: Publish Config
In the config file you can specify the available Font Awesome styles and set default parameters for the field.
„Remove Icon“ Option
If the field is nullable, the function to remove the icon is also available.
``
Style Selector
To bypass the config settings use these methods.
Show Style Selector
``
Hide Style Selector
``
Translations
This package uses the global translations, so you don't have to maintain them multiple times.
Default Texts
``
Change A Text
``
Icon Set
Default icons in this package: Font Awesome Free 6.4.0.
Use Other Version Or Font Awesome Pro
- Download the wanted Font Awesome package from the Font Awesome Website
- Copy the
metadata/icons.jsonfile to Your Laravel installation - Change the
icon-filepath to Youricons.jsonin Yourconfig/nova-font-awesome-field.phpconfig file - Optional, but recommended: Remove unnecessary elements from the
icons.jsonwithphp artisan nova-fa-field:shrink-icon-filecommand