CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

Little bug in the documentation #162

Closed thejoelinux closed 5 years ago

thejoelinux commented 5 years ago

In this page, https://holt59.github.io/cakephp3-bootstrap-helpers/panel-helper/basics/ you explain how to load the panel helper with: public $helpers = [ 'Panel' => [ 'className' => 'Bootstrap.PanelHelper' ] ]; The little mistake is that it should be: public $helpers = [ 'Panel' => [ 'className' => 'Bootstrap.Panel' ] ];