cakephp-plugin-boost_cake icon indicating copy to clipboard operation
cakephp-plugin-boost_cake copied to clipboard

Bootstrap Plugin for CakePHP

Results 30 cakephp-plugin-boost_cake issues
Sort by recently updated
recently updated
newest added

Hi, this plugin is very cool. I encounted a trouble that parent div class don't add class 'has-error'. AppController.php ``` public $helpers = [ 'Session', 'Html' => [ 'className' =>...

When using Form::input() option of multiple="checkbox" each label input pair needs to be wrapped in a .

This PR upgrades BoostCake to CakePHP 3. It makes full use of CakePHP3 templates and supports horizontal forms (Inline forms have not been implemented yet). As part of this PR,...

CakePHP has a breadcrumbs feature here in the HTML helper: http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#creating-breadcrumb-trails-with-htmlhelper Bootstrap includes styling for breadcrumbs: http://getbootstrap.com/components/#breadcrumbs Is this something that could be added?

I want to limit the pagination, by default it's 20 records by page, I need 5 records. Thanks

Checkbox using code from: http://slywalker.github.io/cakephp-plugin-boost_cake/bootstrap3.html renders as a text input not a checkbox. Before: Better: 宜しく!

I want to set "Medium" as the default radio button ``` echo $this->Form->input('priority', array( 'type' => 'radio', 'before' => 'Priority', 'legend' => false, 'class' => 'radio-btn', 'options' => array( 1...

When I tried to install with composer, [RuntimeException] Unable to get primary namespace for package slywalker/boost_cake. Ensure you have added proper 'autoload' section to your plugin's config as stated in...