/
var
/
www
/
vhosts
/
nabawater
/
vendor
/
fzaninotto
/
faker
/
src
/
Faker
/
Provider
/
ne_NP
/
/var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/ne_NP
mkdir
upload
Name
Size
Mode
Actions
Address.php
14808
0664
edit
dl
rm
Internet.php
1068
0664
edit
dl
rm
Person.php
8505
0664
edit
dl
rm
PhoneNumber.php
364
0664
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/vendor/fzaninotto/faker/src/Faker/Provider/ne_NP/Internet.php
(1068B)
<?php namespace Faker\Provider\ne_NP; class Internet extends \Faker\Provider\Internet { protected static $freeEmailDomain = array('gmail.com', 'yahoo.com', 'hotmail.com'); protected static $tld = array('com', 'com', 'com', 'net', 'org'); protected static $emailFormats = array( '{{userName}}@{{domainName}}', '{{userName}}@{{domainName}}', '{{userName}}@{{freeEmailDomain}}', '{{userName}}@{{domainName}}.np', '{{userName}}@{{domainName}}.np', '{{userName}}@{{domainName}}.np', ); protected static $urlFormats = array( 'http://www.{{domainName}}.np/', 'http://www.{{domainName}}.np/', 'http://{{domainName}}.np/', 'http://{{domainName}}.np/', 'http://www.{{domainName}}.np/{{slug}}', 'http://www.{{domainName}}.np/{{slug}}.html', 'http://{{domainName}}.np/{{slug}}', 'http://{{domainName}}.np/{{slug}}', 'http://{{domainName}}/{{slug}}.html', 'http://www.{{domainName}}/', 'http://{{domainName}}/', ); }
Save
cmd:
run