Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CakePHP 3.x Helpers for Bootstrap 3 and 4.

License

NotificationsYou must be signed in to change notification settings

CakePHP-Bootstrap/cakephp3-bootstrap-helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software LicenseTravisPackagist

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

How to... ?

Installation

If you want the latestBootstrap 3 version of the plugin:

  • Add the plugin to yourcomposer.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 yourconfig/bootstrap.php:
Plugin::load('Bootstrap');
$this->loadHelper('Html', ['className' =>'Bootstrap.Html',// Other configuration options...]);

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

Table of version and requirements

VersionBootstrap versionCakePHP versionInformation
master /3.1.23>= 3.4.0Current active branch.
> 3.0.5, <=3.1.13>= 3.2.3, < 3.4.0Not actively maintained (open issue(s) if necessary).
<= 3.0.53>= 3.0.0Deprecated.
4.0.1-alpha4>= 3.4.0Alpha, not all helpers are available.

Contributing

Do not hesitate topost a github issue orsubmit 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 toemail me or post a comment onthis 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 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.


[8]ページ先頭

©2009-2025 Movatter.jp