Skip to content

Nova package for showing textarea content on index with limits

License

Notifications You must be signed in to change notification settings

reense/nova-index-textarea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nova package for showing textarea content on index with limits

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 100.0%