rekuestlab/libphonenumber-laravel

This is a porting from libphonenumber-for-php to Laravel framework

v2.0.2 2017-03-01 17:38 UTC

This package is not auto-updated.

Last update: 2024-04-17 19:08:07 UTC


README

this is a porting library to libphonenumber-for-php to libphonenumber-for-laravel

Installation

Run the following command to install the latest version of the package

composer require rekuestlab/libphonenumber-laravel

Laravel

In your app config, add the Service Provider to the $providers array

'providers' => [
   ...
   Rekuest\ServiceProvider\RekuestServiceProvider::class,
],