Changelog
All notable changes to form-flow will be documented in this file.
v1.0.0 - 2025-12-23
Added
- Initial release of form-flow package
- Driver-based form flow orchestration system
- DirXML-style mapping support
- Built-in handlers: FormHandler, SplashHandler, MissingHandler
- Vue components: GenericForm, Splash, Complete, MissingHandler
- Configurable route prefix and middleware
- Auto-discovery of drivers
- CSRF protection for server-to-server endpoints
- Publishable config, drivers, and Vue components
- Support for Laravel 11 and 12
Changed
- Package renamed from
lbhurtado/form-flow-managerto3neti/form-flow - License changed to MIT
Technical Details
- Namespace:
LBHurtado\FormFlowManager - PHP: ^8.2
- Laravel: ^11.0 || ^12.0