Skip to content

Commit

Permalink
Adding docs stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
bissolli committed Nov 13, 2018
1 parent 8910a5f commit 1cbc14c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
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)

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1cbc14c

Please sign in to comment.