lilhermit/cakephp-plugin-bootstrap4

There is no license information available for the latest version (4.0.0.4005) of this package.

Bootstrap-4 plugin for CakePHP-3

Installs: 19 696

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 5

Open Issues: 0

Type:cakephp-plugin

4.0.0.4005 2025-06-02 14:52 UTC

README

Packagist Bootstrap version GitHub issues Twitter Follow

Bootstrap4 plugin

The documentation for the plugin can be found here

Running unit tests

Full suite

docker compose run test

Running a specific test file

docker compose run test composer test -- tests/TestCase/View/Helper/BootstrapFormHelperTest.php

Running a specific unit test

docker compose run test composer test -- tests/TestCase/View/Helper/BootstrapFormHelperTest.php --filter 'testDateTimeFormatWithTime$'