Daan Seegers
Daan Seegers
Have you regenerated your .htaccess file?
But let say I want to grab a page using this: ` $file_name = file_get_contents("https://google.com"); $dom = HtmlDomParser::file_get_html($file_name); ` I will get this, not really html. how can I fetch...
hi @XTard, First of all thanks for the reply 👍 :). I am using the HTML dom parser (https://simplehtmldom.sourceforge.io) in the first place. But I was wondering why the Laravel...