You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,6 +14,11 @@ The recommended way to install composer packages is:
14
14
composer require loadsys/cakephp-svg-icon
15
15
```
16
16
17
+
## Versions
18
+
19
+
* Tags `1.x` are for CakePHP v4.x.
20
+
* Tags `2.x` are for CakePHP v5.x.
21
+
17
22
## Configuration
18
23
19
24
Icons should be added to `config/app_svg_icon.php` - see the example included in `config` directory for the expected format. Any SVG icon should work, such as [heroicons](https://heroicons.com) or [Bootstrap Icons](https://icons.getbootstrap.com).
0 commit comments