Raul Anaya Rojo
Raul Anaya Rojo
I've used this alternative in PHP 8.2, installing: ``` composer require paquettg/php-html-parser ``` Using: ```php use PHPHtmlParser\Dom; $dom = new Dom; $dom->loadFromFile('tests/data/big.html'); ``` Or ```php use PHPHtmlParser\Dom; $dom = new...
I could solve this issue using, from the HTTP query, the relationship name in plural and adding the fields that keep the relationships. For example:  ``` https://myproject.test/query ?limit=5 &include=items,company,subcompany...