From 1cbc14c3c3cb1feaf22bf72227fe3da578302289 Mon Sep 17 00:00:00 2001 From: Gustavo Bissolli Date: Tue, 13 Nov 2018 11:02:11 +0400 Subject: [PATCH] Adding docs stuffs --- README.md | 12 ++++++++++-- composer.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d33586..ebe2890 100644 --- a/README.md +++ b/README.md @@ -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 gustavo.bissolli@gmail.com instead of using the issue tracker. diff --git a/composer.json b/composer.json index 3ef9b22..b29a4ed 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "bissolli/nova-phone-field", - "description": "A phone field for Laravel Nova apps.", + "description": "Nova Phone Number field with a dynamic mask based on the country code inserted by the user.", "keywords": [ "laravel", "nova",