All Projects → Holt59 → Cakephp3 Bootstrap Helpers

Holt59 / Cakephp3 Bootstrap Helpers

Licence: mit
CakePHP 3.x Helpers for Bootstrap 3 and 4.

Projects that are alternatives of or similar to Cakephp3 Bootstrap Helpers

Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (+98.51%)
Mutual labels:  bootstrap, bootstrap4, bootstrap3
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-16.42%)
Mutual labels:  bootstrap, bootstrap4, bootstrap3
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+908.21%)
Mutual labels:  bootstrap, bootstrap4, bootstrap3
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-25.37%)
Mutual labels:  bootstrap, bootstrap4, bootstrap3
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-20.15%)
Mutual labels:  bootstrap, bootstrap4
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-21.64%)
Mutual labels:  bootstrap, bootstrap4
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (-0.75%)
Mutual labels:  bootstrap, bootstrap4
Seven
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
Stars: ✭ 114 (-14.93%)
Mutual labels:  bootstrap, bootstrap4
Hibiscus.js
Native Angular directives for Bootstrap4
Stars: ✭ 115 (-14.18%)
Mutual labels:  bootstrap, bootstrap4
Wordpress Bootstrap
Bootstrap in WordPress theme form - Bootstrap 3.3.1
Stars: ✭ 1,494 (+1014.93%)
Mutual labels:  bootstrap, bootstrap3
Startbootstrap Clean Blog
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,604 (+1097.01%)
Mutual labels:  bootstrap, bootstrap4
Vue Cli Multipage Bootstrap
vue-cli-multipage-bootstrap demo with vue2+vue-router+vuex+bootstrap+markdown for learning vue2.0
Stars: ✭ 105 (-21.64%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (-21.64%)
Mutual labels:  bootstrap, bootstrap3
Staradmin Free Angular Admin Template
Star Admin Angular Admin is a free admin template based on Bootstrap 4 and Angular
Stars: ✭ 112 (-16.42%)
Mutual labels:  bootstrap, bootstrap4
Vali Admin
Free Bootstrap 4 admin/dashboard template
Stars: ✭ 1,391 (+938.06%)
Mutual labels:  bootstrap, bootstrap4
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-23.13%)
Mutual labels:  bootstrap, bootstrap4
Django Jinja Knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Stars: ✭ 116 (-13.43%)
Mutual labels:  bootstrap4, bootstrap3
Toast
A Bootstrap 4.2+ jQuery plugin for the toast component
Stars: ✭ 121 (-9.7%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Heroic Features
A Bootstrap HTML homepage template with feature boxes - created by Start Bootstrap
Stars: ✭ 122 (-8.96%)
Mutual labels:  bootstrap, bootstrap4
Bootstrap4 Fs Modal
A simple way to improve UX of Bootstrap 4 modals on mobile phones.
Stars: ✭ 102 (-23.88%)
Mutual labels:  bootstrap, bootstrap4

CakePHP 3.x Helpers for Bootstrap

Software License Travis Packagist

CakePHP 3.x Helpers to generate HTML with @Twitter Boostrap style: Breadcrumbs, Flash, Form, Html, Modal, Navbar, Panel and Paginator helpers available!

How to... ?

Installation

If you want the latest Bootstrap 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');
$this->loadHelper('Html', [
    'className' => 'Bootstrap.Html',
    // Other configuration options...
]);

The full plugin documentation is available at https://holt59.github.io/cakephp3-bootstrap-helpers/.

Table of version and requirements

Version Bootstrap version CakePHP version Information
Version Bootstrap version CakePHP version Information
--------- ------------------- ----------------- -------------
master 3 >= 3.7.0 Current active V3 branch.
4.0.3 4 >= 3.7.0 Current active V4 branch.
4.0.2 4 >= 3.7.0 Latest V4 release.
3.1.4 3 >= 3.7.0 Open issue(s) if necessary.
<= 3.1.2 3 < 3.4.0 Deprecated.

Contributing

Do not hesitate to post a github issue or submit a pull request if you find a bug or want a new feature.

Who is using it?

Non-exhaustive list of projects using these helpers, if you want to be in this list, do not hesitate to email me or post a comment on this issue.

Copyright and license

The MIT License (MIT)

Copyright (c) 2013-2017, Mikaël Capelle.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].