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.
2 parents 954c2ea + c4af4cd commit 873a9bcCopy full SHA for 873a9bc
README.md
@@ -71,12 +71,12 @@ You can add a field to a model like this:
71
72
```php
73
$survey->customFields()->create([
74
- 'title' => `What is your name?`,
75
- `type` => `text`
+ 'title' => 'What is your name?',
+ 'type' => 'text'
76
]);
77
```
78
79
-Each field can contain the following. More on these later:
+Each field can contain the following: (More on these later)
80
81
`title` : The title / question of your custom field.
82
`description` : The description of your field. Useful for providing more context to user filling out fields.
0 commit comments