Skip to content

Commit 83aad70

Browse files
committed
update
1 parent 2abdd64 commit 83aad70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,16 @@ $form = E::form([
3737
E::field(E::password('password'),E::label('Password')),
3838
E::field(E::submit('Login')),
3939
]);
40-
$form->render(true);
4140
```
4241

4342
Now render the form using:
4443

44+
```php
45+
$form->render(true);
46+
```
47+
48+
And the output is:
49+
4550
```html
4651
<form method="post">
4752
<div>

0 commit comments

Comments
 (0)