digitalshopfront / icons
This package provides a set of icons for use in the Digital Shopfront CMS as well as a way for developers to add their own icons and to call them based on category and type.
Maintainers
Details
Requires
- php: ^8.2
- ext-fileinfo: *
- illuminate/support: >=5.3
- tormjens/eventy: ^0.8.0
Requires (Dev)
- orchestra/testbench: ^10.2
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.1
README
This package provides a set of icons for use in the Digital Shopfront CMS as well as a way for developers to add their own icons and to call them based on category and type.
Installation
You can install the package by running the following composer command.
composer require digitalshopfront/icons
Usage
You can use any of the icon functions like this:
use Digitalshopfront\Icons\Facades\Icons as Icons;
echo Icons::getIcons();
You can also call any of the functions directly like this:
echo getIcons();
Contributing
As an open source project, this package is open to contributions from anyone. Please read through the contributing guidelines to learn more about how you can contribute to this project.