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 b876e36 commit cc1804aCopy full SHA for cc1804a
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
-// create and render the same form
+// create and render the login 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