Requirements:
- fcgiwrap
- spawn-fcgi
- nginx
- git
Repository setup (without anonymous access):
<?php | |
namespace App\Console\Commands; | |
use Carbon\Carbon; | |
use Illuminate\Console\Command; | |
use SimpleXMLElement; | |
class TcxFixCommand extends Command { | |
/** |
Requirements:
Repository setup (without anonymous access):
<pre> | |
<?php | |
/** | |
* @see http://www.iso.org/iso/home/standards/country_codes.htm | |
* @author Aleksey Lebedev aka LastDragon <[email protected]> | |
* @license BSD license | |
*/ | |
$file = 'http://www.iso.org/iso/home/standards/country_codes/country_names_and_code_elements_txt.htm'; | |
$data = file($file); |