PHP Classes

File: config/phone.php

Recommend this page to a friend!
  Classes of Hicri   Laravel Phone Validation   config/phone.php   Download  
File: config/phone.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Phone Validation
Laravel service to validate phone numbers
Author: By
Last change:
Date: 1 year ago
Size: 156 bytes
 

Contents

Class file image Download
<?php

return [
   
'phone' => [
       
'base_url' => 'https://phonevalidation.abstractapi.com/',
       
'api_key' => 'XXXXXXXXXXXXXXXXXXXXXX',
    ],
];