|
...
|
...
|
@@ -266,7 +266,7 @@ class Demo extends Command |
|
|
|
// }
|
|
|
|
public function handle(){
|
|
|
|
$html = '<a href="#" class="logo img-box"><img src="https://cdn.globalso.com/fiberglass-expert/logo.png" alt="logoz9j"></a>';
|
|
|
|
$dom = file_get_html('https://cdn.globalso.com/');
|
|
|
|
$dom = str_get_html($html);
|
|
|
|
$texts = $dom->find("text");
|
|
|
|
dd($texts);
|
|
|
|
// $projectModel = new Project();
|
...
|
...
|
|