krystal-sf/ux-fontawesome

Fontawesome Free for Krystal Symfony Projects

Maintainers

Package info

gitlab.com/krystal-sf/ux-fontawesome

Homepage

Type:symfony-bundle

pkg:composer/krystal-sf/ux-fontawesome

Transparency log

Statistics

Installs: 1 844

Dependents: 1

Suggesters: 0

Stars: 0

1.0.x-dev 2026-08-04 22:46 UTC

This package is auto-updated.

Last update: 2026-08-04 22:46:12 UTC


README

Fontawesome Free integration for Krystal Symfony UX Projects, wired for Symfony AssetMapper.

PHP Version Symfony

Installation

composer require krystal-sf/ux-fontawesome

Enable the bundle in config/bundles.php:

return [
    // ...
    Ksf\Plugins\Fontawesome\KsfFontawesomeBundle::class => ['all' => true],
];

Then import the loader once in your assets/app.js:

import "@krystal-sf/ux-fontawesome";

Versions

This package ships FontAwesome Free 5 (^5.15.4) via importmap. If FontAwesome Pro packages are installed in the host application (@fortawesome/fontawesome/css/all.min.css), the loader detects and uses them automatically — the specifier is resolved at runtime so AssetMapper does not require the Pro package to be present.

License

MIT — see LICENSE.