Peter Lazaridis
Results
2
issues of
Peter Lazaridis
How does the `exlude()` method work? I'm trying this: ``` php $dom = hQuery::fromUrl('http://example.com'); $content = $dom->find('.content'); $content->exclude('.panel'); $content->html; //final html still has the inside it. ``` Thank you in...
duplicate
enhancement
help wanted
Hello and thanks for a great package Jeffrey :) I am trying to have a baseUrl like so: ``` https://localhost/project_name/public ``` but all my `$this->visit('...')` return a NotFoundException. Any ideas...