Skip to content

Commit 3dff5c0

Browse files
committed
update read me
1 parent 310be99 commit 3dff5c0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# laravel-form-builder
22
The laravel form builder code generator
3+
4+
**_The generated form can be use in `CREATE FORM` and `EDIT FORM` together._**
5+
6+
## supported frameworks
7+
- Bootstrap 3.x, 4.x
8+
- Semantic UI all version
9+
- Materialize css all version
10+
11+
# supported elements & etc.
12+
- row and columns
13+
- input (all type)
14+
- select (full auto generate )
15+
- textarea
16+
- submit
17+
- form divider
18+
- all form methods
19+
20+
321

422
## how to use it
523
It's so easy, Let's go (O_x)
624

25+
726
![Scrren shot](laravel-form-bulider-code-screen-shot.png?raw=true "Scrrenshot")
827

928

@@ -16,14 +35,18 @@ git clone https://gitgo.ir/4xmen/laravel-form-builder.git
1635
```
1736

1837
### install dependencies:
19-
38+
in project folder: (command to change folder `cd laravel-form-builder`)
2039
```shell script
2140
npm install
2241
```
2342

2443
## how run it
2544
open `index.html`
2645

46+
If you like it just star project to support us.
47+
2748
## website
2849

2950
cheers the 4xmen team :-P
51+
52+
http://4xmen.ir

0 commit comments

Comments
 (0)