-
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
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -4,15 +4,15 @@ | |
|
||
Add to your Laravel Nova app a Global Phone Number field. | ||
|
||
|
||
![screenshot of the phone field](https://raw.githubusercontent.com/bissolli/nova-phone-field/master/screenshots/nova-phone-field.gif) | ||
|
||
## Requirements | ||
|
||
Laravel Nova, only =) | ||
|
||
## Installation | ||
|
||
You can install this package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer: | ||
You can install this package into a Laravel app that uses [Nova](https://nova.laravel.com) via composer: | ||
|
||
```bash | ||
composer require bissolli/nova-phone-field | ||
|
@@ -48,7 +48,7 @@ Now you can view and add tags on the blog posts screen in your Nova app. All tag | |
|
||
### Filtering | ||
|
||
By default, every country mask available inside `bissolli/nova-phone-field/resources/js/data/phone-masks.json` will be loaded and working, however you can always select the desired countries calling the `onlyCountries()` method. | ||
By default, every country mask available inside `bissolli/nova-phone-field/resources/js/data/phone-masks.json` will be loaded and working. However, you can always select the desired countries calling the `onlyCountries()` method. | ||
|
||
```php | ||
PhoneNumber::make('Phone Number') | ||
|
@@ -86,13 +86,13 @@ 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. | ||
If you discover any security-related issues, please email [email protected] instead of using the issue tracker. | ||
|
||
## Credits | ||
|
||
- [Gustavo Bissolli](https://github.com/bissolli) | ||
|
||
Especial thanks to [Robin Herbots](https://github.com/RobinHerbots) who built one of the best [InputMask](https://github.com/RobinHerbots/Inputmask) from the internet. | ||
Special thanks to [Robin Herbots](https://github.com/RobinHerbots) who built one of the best [InputMask](https://github.com/RobinHerbots/Inputmask) from the internet. | ||
|
||
## License | ||
|
||
|