-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# A Global Phone number field for Laravel Nova | ||
# A global Phone Number field for Laravel Nova | ||
|
||
[![Latest Version on Packagist](https://img.shields.io/packagist/v/bissolli/nova-phone-field.svg?style=flat-square)](https://packagist.org/packages/bissolli/nova-phone-field) | ||
[![Total Downloads](https://img.shields.io/packagist/dt/bissolli/nova-phone-field.svg?style=flat-square)](https://packagist.org/packages/bissolli/nova-phone-field) | ||
[![StyleCI](https://github.styleci.io/repos/157219733/shield?branch=master)](https://github.styleci.io/repos/157219733) | ||
|
||
Add to your Laravel Nova app a Global Phone Number field. | ||
Nova Phone Number field with a dynamic mask based on the country code inserted by the user. | ||
|
||
![screenshot of the phone field](https://raw.githubusercontent.com/bissolli/nova-phone-field/master/screenshots/nova-phone-field.gif) | ||
|
||
|
@@ -74,6 +74,14 @@ PhoneNumber::make('Phone Number') | |
->onlyCustomFormats(), | ||
``` | ||
|
||
### Changelog | ||
|
||
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. | ||
|
||
## Contributing | ||
|
||
Please see [CONTRIBUTING](CONTRIBUTING.md) for details. | ||
|
||
## Security | ||
|
||
If you discover any security-related issues, please email [email protected] instead of using the issue tracker. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters