Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1014 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 1014 Bytes

Nova Index Textarea

Latest Version on Github Total Downloads Twitter Follow

Nova package for showing textarea content on index with limits

Install

composer require dillingham/nova-index-textarea

Usage

This package adds two methods to the existing Textarea Nova field

use Laravel\Nova\Fields\Textarea;
Textarea::make('Description')->showOnIndex()->limit(10)

Options

limit($amount, $ending='...')

Sidenote

Add ->showAlways() to turn off toggling on detail