0.2.2-dev2 • Published 8 months ago

smarterp-component v0.2.2-dev2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

laravel-component-required

laravel-component-required is a laravel-component required functions use for validations.

Installation

You can install the package via npm:

npm i -D laravel-component-required

Usage

SmartValidator

import { 
    SmartValidator, 
    SmartHelper, 
    TextValidation, 
    SmartAlert 
} from 'laravel-component-required';

export {
    SmartValidator,
    SmartHelper,
    TextValidation,
    SmartAlert
};
0.2.2-dev2

8 months ago