Skip to content

cakeoven/CakeTwitterBootstrap

Repository files navigation

CakeTwitterBootstrap

Description

CakePHP Helpers for using Twitter bootstrap for CakePHP 2.7

Requirements

Usage

$ bower update

Run bower update. This will install all requirements inside a vendor folder on webroot. All libraries and css files are symlinked to the vendor folders. You have to include these files in to your view or your layout

<?= $this->Html->css('CakeBootstrap.bootstrap'); ?>

There are symlinks that point to the files required.

public $helpers = [
    'Form' => [
        'className' => 'CakeTwitterBootstrap.BootstrapForm'
    ]
    'Html' => [
        'className' => 'CakeTwitterBootstrap.BootstrapHtml'
    ]
];

Change log

Please see CHANGELOG for more information what has changed recently.

Todo

Many things left todo.

  • Add datatables
  • Remove datepicker and find a suitable datetimepicker

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

MIT License. See License