quickapps-plugins / bootstrap
Provides Twitter Bootstrap assets.
Installs: 1 302
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:cakephp-plugin
pkg:composer/quickapps-plugins/bootstrap
Requires
This package is not auto-updated.
Last update: 2025-10-07 09:23:34 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
.