pppcreative/string-limit

A Laravel Nova field.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

pkg:composer/pppcreative/string-limit

dev-main 2023-03-10 07:23 UTC

This package is auto-updated.

Last update: 2025-09-10 13:02:44 UTC


README

Installation

composer require composer require pppcreative/string-limit

Usage

use ppp\StringLimit\StringLimit;

StringLimit::make(__('name'), 'name')->max(10)->rules('max:10'),