- Notifications
You must be signed in to change notification settings - Fork77
CakePHP 3.x Helpers for Bootstrap 3 and 4.
License
CakePHP-Bootstrap/cakephp3-bootstrap-helpers
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
CakePHP 3.x Helpers to generate HTML with @Twitter Boostrap style:Breadcrumbs,Flash,Form,Html,Modal,Navbar,Panel andPaginator helpers available!
If you want the latestBootstrap 3 version of the plugin:
- Add the plugin to your
composer.json(see below if you want to use another branch / version):
composer require holt59/cakephp3-bootstrap-helpers:dev-master// Or the following if you want to use the Bootstrap 4 version (alpha)composer require holt59/cakephp3-bootstrap-helpers:dev-4.0.1-alpha- Load the plugin in your
config/bootstrap.php:
Plugin::load('Bootstrap');
- Load the helpers you want in your
View/AppView.php:
$this->loadHelper('Html', ['className' =>'Bootstrap.Html',// Other configuration options...]);
The full plugin documentation is available athttps://holt59.github.io/cakephp3-bootstrap-helpers/.
| Version | Bootstrap version | CakePHP version | Information |
|---|---|---|---|
| master /3.1.2 | 3 | >= 3.4.0 | Current active branch. |
| > 3.0.5, <=3.1.1 | 3 | >= 3.2.3, < 3.4.0 | Not actively maintained (open issue(s) if necessary). |
| <= 3.0.5 | 3 | >= 3.0.0 | Deprecated. |
| 4.0.1-alpha | 4 | >= 3.4.0 | Alpha, not all helpers are available. |
Do not hesitate topost a github issue orsubmit a pull request if you find a bug or want a new feature.
Non-exhaustive list of projects using these helpers, if you want to be in this list, do not hesitate toemail me or post a comment onthis issue.
- [CakeAdmin] (https://github.com/cakemanager/cakeadmin-lightstrap), LightStrap Theme for CakeAdmin
The MIT License (MIT)
Copyright (c) 2013-2017, Mikaël Capelle.
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
SeeLICENSE.
About
CakePHP 3.x Helpers for Bootstrap 3 and 4.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.