devloops / phone-number
The Missing Laravel Nova Phone Number Field.
Installs: 2 034
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 3
Open Issues: 2
Requires
- php: ^8.2
- laravel/nova: ^4.0
README
The Missing Laravel Nova Phone Number Field.
NOTE: This field uses vue-tel-input for frontend.
Installation
composer require devloops/phone-number
Implementation
You can easily add the field using the code below:
use Devloops\PhoneNumber\PhoneNumber; PhoneNumber::make('Phone Number')
Options
This fields supports all the props from the vue-tel-input mentioned already in the documentation, and they are implemented using the following methods.
Methods / Defaults
Credits
License
The MIT License (MIT). Please see License File for more information.