wedevelopnl / silverstripe-icon-manager
Silverstripe module to upload and manage custom icons to use in SilverStripe
Installs: 2 087
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/asset-admin: ^2.0
- silverstripe/cms: ^5
- wedevelopnl/silverstripe-svg-image: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.20
README
Silverstripe Icon Manager is a module to simply add and manage custom SVG icons across a website.
Requirements
- See
composer.json
requirements
Installation
composer require wedevelopnl/silverstripe-icon-manager
- Run a
dev/build
- Go to the CMS > 'Custom Icons' and you can now add/manage custom icons
Further configuration
For more information about configuration, check out the documentation in the docs
directory.
License
See License
Maintainers
Development and contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our contributing document for more information.
Getting started
We advise to use Docker/Docker compose for development.
We also included a Makefile to simplify some commands
Our development container contains some built-in tools like PHPCSFixer
.