Raul Anaya Rojo

Results 2 comments of 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: ![image](https://user-images.githubusercontent.com/6903495/211083912-9e7ba354-6274-4a2d-94e5-ea5a2c003e56.png) ``` https://myproject.test/query ?limit=5 &include=items,company,subcompany...