PHP Classes

File: config/world.php

Recommend this page to a friend!
  Classes of NN   Laravel World   config/world.php   Download  
File: config/world.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel World
Get data specific to world locations
Author: By
Last change:
Date: 2 years ago
Size: 404 bytes
 

Contents

Class file image Download
<?php

return [
   
/*------------------------------------------------- /
    Default dialling country code.
    Used when the default dialling argument is not passed
    to the helper methods.
    / ------------------------------------------------ */
   
'default_phone_code' => '40',
   
'accepted_locales' => [
       
'ar',
       
'br',
       
'de',
       
'en',
       
'es',
       
'fr',
       
'ja',
       
'kr',
       
'pl',
       
'pt',
       
'ro',
       
'ru',
       
'zh',
    ],
];