pppcreative/string-limit

A Laravel Nova field.

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

This package is auto-updated.

Last update: 2025-05-10 12:22:00 UTC


README

Installation

composer require composer require pppcreative/string-limit

Usage

use ppp\StringLimit\StringLimit;

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