The string
field type stores a basic string.
// streams/example.json
"fields": {
"name": {
"type": "string"
}
}
{
"name": "John"
}
Basic value access displays encrypted value:
@verbatim// Basic access
{{ $entry->name }}
@endverbatim
Strings also provide decorated values.
@verbatim// Decorated value
{{ implode('; ', $entry->example()->lines()) }}
@endverbatim
@todo Generate methods from @docs
@todo Generate config options from class::configuration
A blank TALL-stack Laravel project with Streams.
The fundamental features and utilities offered by the Streams platform.
A universal and extensible RESTful API for Streams.
Extensible, user-friendly, and performant control panel, components, and services.
Dev tooling for Laravel Streams.