devloops/phone-number

The Missing Laravel Nova Phone Number Field.

v1.0.1 2024-03-31 23:03 UTC

This package is auto-updated.

Last update: 2024-10-31 00:18:42 UTC


README

Laravel Nova Phone Number Field

Latest Version on Packagist License Total Downloads

The Missing Laravel Nova Phone Number Field.

NOTE: This field uses vue-tel-input for frontend.

Screenshot

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.