contao-bootstrap / form
Contao form templates for Bootstrap 4
Fund package maintenance!
dmolineus
contao-bootstrap.de/mitmachen.html
Installs: 54 819
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 7
Open Issues: 4
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao-bootstrap/core: ^2.0
- contao-community-alliance/meta-palettes: ^2.0
- contao/core-bundle: ^4.13.37
- netzmacht/contao-form-designer: ^1.4.4
- netzmacht/html: ^2.0.2
- symfony/config: ^4.4 || ^5.4
- symfony/dependency-injection: ^4.4 || ^5.4
- symfony/http-kernel: ^4.4 || ^5.4.20
Requires (Dev)
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^9.0
- phpcq/coding-standard: ^2.1.2
- phpcq/runner-bootstrap: 1.x-dev
Conflicts
This package is auto-updated.
Last update: 2024-10-20 15:58:57 UTC
README
This extension provides Bootstrap 4 form support for Contao CMS.
Features
- Horizontal forms
- Vertical forms
- Choose different form layouts for each form
- Choose form layout in content element or module
- Uses custom styles by default
- Support of non custom styles by changing form layout
Changelog
See changelog
Requirements
- PHP 7.1
- Contao ~4.4
Install
Managed edition
When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.
# Using the contao manager $ php contao-manager.phar.php composer require contao-bootstrap/form~2.0@beta # Using composer directly $ php composer.phar require contao-bootstrap/form~2.0@beta