Download the PHP package wemersonrv/input-mask without Composer
On this page you can find all versions of the php package wemersonrv/input-mask. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wemersonrv/input-mask
More information about wemersonrv/input-mask
Files in wemersonrv/input-mask
Download wemersonrv/input-mask
More information about wemersonrv/input-mask
Files in wemersonrv/input-mask
Vendor wemersonrv
Package input-mask
Short Description A Laravel Nova custom field text with masks on input
License GPL-3.0-or-later
Package input-mask
Short Description A Laravel Nova custom field text with masks on input
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package input-mask
Nova Input Mask
Nova custom field text with masks.
Nova custom field text with masks. It uses vue-the-mask
to implement mask directive to input field.
Installation
Usage
Import it in your resources and add the InputMask to fields
method.
Methods
This custom field has only two method:
mask('###...')
Implement the mask on your input field;raw()
If you want to save your value without mask, just add this method.
TODO List
- Apply mask to index and detail fields
- Create a set of predefined custom fields from InputMask with validation
- Brazilian CPF
- Brazilian CNPJ
- Brazilian Zip code (CEP)
- Brazilian landline phone
- Brazilian mobile phone with 9 digit
Release History
- 0.1.2
- Fix license in
composer.json
from GPLv3 to GPL-3.0-or-later
- Fix license in
- 0.1.1
- Fix license in
composer.json
o GPLv3
- Fix license in
- 0.1.0
- The First Oficial release
- CHANGE: Nothing important.
- ADD: button badge for github release
- 0.0.1
- Work in progress
References
- Laravel Framework
- Laravel Nova
- Vue-the-Mask
Meta
Wemerson Guimarães – @WemersonCG – [email protected]
Distributed under the GPLv3 license. See LICENSE.md for more information.
All versions of input-mask with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package wemersonrv/input-mask contains the following files
Loading the files please wait ....