quickapps-plugins / bootstrap
Provides Twitter Bootstrap assets.
Package info
github.com/quickapps-plugins/bootstrap
Type:cakephp-plugin
pkg:composer/quickapps-plugins/bootstrap
dev-master
2016-09-18 13:40 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-10 11:17:55 UTC
README
Injects Twitter Bootstrap CSS classes into FormHelper input elements. This plugin
requires the goaop/framework library to work.
Usage
Use AOP framework as described in
their documentation,
create an application Kernal and attach the provided Aspect class to it:
Bootstrap\Aspect\FormHelperAspect.