menatwork/contao-multicolumnwizard
Contao MultiColumnWizard field/widget for DCA: build editable tables with multiple columns, using columnFields config or a columnsCallback. Supports select/text inputs and optional drag & drop row sorting. Contao 4 users: use the MCW bundle.
$GLOBALS['TL_DCA']) is incompatible with Laravel’s migrations.DC_General dependency in v3.3.14, but no Laravel equivalents exist.| Approach | Effort | Feasibility | Laravel Compatibility |
|---|---|---|---|
| Use as-is in Contao | Low | High | ❌ No |
| Rebuild in Laravel | High | Medium | ✅ Yes (custom JS/UI) |
| Contao API Proxy | Medium | Medium | ✅ (if Contao is API-accessible) |
| Fork & Adapt | Very High | Low | ✅ (but risky) |
TL_DCA schema is incompatible with Laravel migrations.DC_General in 2017; no Laravel equivalents exist.| Risk | Impact | Mitigation |
|---|---|---|
| Contao Dependency | Breaks if Contao is deprecated | Plan migration to Laravel-native UI |
| PHP Version Incompatibility | Fails on PHP 8.x | Fork and update (high effort) |
| Data Corruption | BLOB storage issues | Migrate to JSON/relational tables |
| Security Vulnerabilities | Unpatched Contao/PHP issues | Isolate Contao or migrate |
Recommendation: Do not use this package in Laravel. Instead:
How can I help you explore Laravel packages today?