pppcreative/string-limit

A Laravel Nova field.

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

This package is auto-updated.

Last update: 2025-04-10 12:11:45 UTC


README

Installation

composer require composer require pppcreative/string-limit

Usage

use ppp\StringLimit\StringLimit;

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