Installation
Requirements
Iconamic requires:
Statamic 5 or 6
PHP 8.2 and later
3.x is available for Statamic 6.
2.x is available for Statamic 4 and 5, and is supported while Statamic support v5.
1.x is available for Statamic 3, but is no longer supported.
Installation
Require using Composer:
1# for Statamic 62composer require mitydigital/iconamic:^3.03 4# for Statamic 55composer require mitydigital/iconamic:^2.0
Publish the config file:
1php artisan vendor:publish --tag=iconamic-config
This will create the config/iconamic.php
config file.