You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
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.
4
4
In this fork i focus on the usage and installation on Symfony 7.
5
5
6
+
> :warning:__Note__: This fork doesn't support a Symfony version prior to 5.3.
7
+
6
8
## Installation
7
9
8
10
### Get the bundle
@@ -27,7 +29,7 @@ return [
27
29
28
30
## Usage
29
31
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.
31
33
This approach makes it easy to turn an existing (common) form into a form flow.
0 commit comments