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
Package info
github.com/lilHermit/cakephp-plugins-bootstrap4
Type:cakephp-plugin
pkg:composer/lilhermit/cakephp-plugin-bootstrap4
4.0.0.4005
2025-06-02 14:52 UTC
Requires
- php: >=8.1
- lilhermit/cakephp-plugin-toolkit: ^1.2.0
Requires (Dev)
- ext-json: *
- cakephp/cakephp: ^5.1.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/migrations: ^4.0.0
- mockery/mockery: ^1.6
- phpunit/phpunit: ^10.5.5 || ^11.1.3
This package is auto-updated.
Last update: 2026-05-30 17:05:36 UTC
README
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$'