Skip to content

Commit e9fab2d

Browse files
committed
docs: update README to clarify Symfony version support and adjust usage example for user form flow
1 parent 6beb9a2 commit e9fab2d

File tree

2 files changed

+3
-320
lines changed

2 files changed

+3
-320
lines changed

README copy.md

Lines changed: 0 additions & 319 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This is a fork of the package [craue/CraueFormFlowBundle](https://github.com/craue/CraueFormFlowBundle) version __3.7.0__. You can check it to know all the features of this package.
44
In this fork i focus on the usage and installation on Symfony 7.
55

6+
> :warning: __Note__: This fork doesn't support a Symfony version prior to 5.3.
7+
68
## Installation
79

810
### Get the bundle
@@ -27,7 +29,7 @@ return [
2729

2830
## Usage
2931

30-
This section shows how to create a 3-step form flow for creating a vehicle. The package provides 03 approaches but i will focus on one: One form type for the entire flow.
32+
This section shows how to create a 3-step form flow for a user. The package provides 03 approaches but i will focus on one: One form type for the entire flow.
3133
This approach makes it easy to turn an existing (common) form into a form flow.
3234
We will use this _FormType_:
3335

0 commit comments

Comments
 (0)