lilhermit / cakephp-plugin-bootstrap4
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
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
- dev-develop
- 4.0.0.4005
- 4.0.0.4004
- 4.0.0.4003
- 4.0.0.4002
- 4.0.0.4001
- 4.0.0.4000
- 4.0.0.2300
- 4.0.0.2200
- 2.2.0.1
- 2.2.0.0
- 2.1.6.10
- 2.1.6.9
- 2.1.6.8
- 2.1.6.7
- 2.1.6.6
- 2.1.6.5
- 2.1.6.4
- 2.1.6.3
- 2.1.6.2
- 2.1.6.1
- 2.1.6.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 1.3
- 1.2
- 1.1
- 1.0
- dev-master
- dev-cakephp5-upgrade
- dev-gitlab-ci-migration
- dev-cakephp-3.x
This package is auto-updated.
Last update: 2025-06-02 14:55:50 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$'