quickapps-plugins / bootstrap
Provides Twitter Bootstrap assets.
Installs: 1 295
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:cakephp-plugin
Requires
This package is not auto-updated.
Last update: 2024-11-05 04:32: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
.