0.2.2-dev2 • Published 2 years ago

smarterp-component v0.2.2-dev2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago