Download the PHP package reedware/nova-textwrap-field without Composer
On this page you can find all versions of the php package reedware/nova-textwrap-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nova-textwrap-field
Text Wrap Field for Laravel Nova
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Usage
Create a new field like you would any other field:
Options
The TextWrap
field extends the default TextArea
field, so any options typically available on TextArea
are also availble on TextWrap
. Additionally, the TextWrap
field is configured to show on the Index page by default (whereas TextArea
does not).
There are two additional options:
- Markdown:
TextWrap::make(...)->asMarkdown()
will parse and display the contents are markdown - Max Width:
TextWrap::make(...)->withMeta('maxWidth' => '...')
will enforce a maximum width on the field content
Apperance
Here's an example of how I've used this in the wild:
All versions of nova-textwrap-field with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package reedware/nova-textwrap-field contains the following files
Loading the files please wait ....