We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b5609 commit b876e36Copy full SHA for b876e36
README.md
@@ -72,7 +72,7 @@ Just tell MintyPHP Forms that you want to use Bulmas style forms using:
72
73
```php
74
E::$style = 'bulma';
75
-// now render the same form
+// create and render the same form
76
$form = E::form([
77
E::field(E::text('username'),E::label('Username'),[V::required('Username is required')]),
78
E::field(E::password('password'),E::label('Password')),
0 commit comments