Template Usage
List items are saved as a Collection, and therefore can be displayed using a @foreach
Blade directive:
<ul>
@foreach($entry->items as $item)
<li>{{ $item }}</li>
@endforeach
</ul>
Settings
This field provides the following settings:
Setting | Description |
---|---|
Name |
User-friendly identifier. |
Handle |
Developer-friendly identifier. |
Help Instructions |
Additional instructions written in small print next to the field. |
Validation Rules |
Laravel-specific validation rules view docs |