Skip to content

Instantly share code, notes, and snippets.

View JonathanPort's full-sized avatar
🏠
Working from home

Jonathan Port JonathanPort

🏠
Working from home
  • www.JonathanPort.com
  • United Kingdom
View GitHub Profile
@JonathanPort
JonathanPort / DownloadUrls.php
Created February 11, 2023 20:21
Url list downloaded
<?php
namespace App\Console\Commands;
use Illuminate\Support\Str;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Facades\Http;
use Illuminate\Http\Client\Pool;
use Illuminate\Console\Command;
use App\Console\Commands\Crawler\OperatorUrl;