A CakePHP plugin to
- make working with HTML and helpers more convenient
- provide (font) icons from various libraries out of the box
- together with IdeHelper also provide auto-complete on those icons
You can use one or many of the following icon sets out of the box:
- Bootstrap
- FontAwesome v4/v5/v6
- Material
- Feather
You can also add your own custom icon set.
This branch is for CakePHP 5.0+. See version map for details.
composer require dereuromark/cakephp-templating
and
bin/cake plugin load Templating
See Docs.
See sandbox.dereuromark.de/sandbox/templating-examples.
- Add more useful things - help welcome