dereuromark / cakephp-templating
CakePHP plugin around templating and (font) icons
Installs: 6 024
Dependents: 7
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=8.1
- cakephp/cakephp: ^5.0.3
Requires (Dev)
- ext-yaml: *
- dereuromark/cakephp-ide-helper: ^2.0.2
- fig-r/psr2r-sniffer: dev-master
- phpunit/phpunit: ^10.2
README
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.
Setup
composer require dereuromark/cakephp-templating
and
bin/cake plugin load Templating
Usage
See Docs.
Demo
See sandbox.dereuromark.de/sandbox/templating-examples.
TODO
- Add more useful things - help welcome