Skip to main content Skip to navigation

Components: Textarea

How to use

The textarea field allows the user to input long-form text values.

Textarea::make('Description', 'description')
    ->rules(['required'])

Inherited methods

The Textarea field extends the base field and inherits all of its methods.