The number
field type stores numeric values including floating point numbers. If you need to support fixed-precision numbers, check out the decimal field type.
// streams/example.json
"fields": {
"price": {
"type": "number"
}
}
@todo Generate config options from class::configuration
{
"price": 89.95
}
Basic value access displays the stored value:
@verbatim// Basic access
{{ $entry->price }}@endverbatim
Boolean types also provide decorated values.
@verbatim// Decorated value
@if ($entry->price()->isOdd())
// ...
@endif@endverbatim
@todo Generate methods from @docs
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.