Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MohamedTammam's avatar

MohamedTammam was awarded Best Answer+1000 XP

5mos ago

In which cases could the DOM not be updated whereas the datas are updated ?
  1. The value from pinia is passed incorrectly to the component.
  2. Updating the array in un-reactive way.
MohamedTammam's avatar

MohamedTammam was awarded Best Answer+1000 XP

5mos ago

Programmatically remove white background from photos and convert them to png ?

If you don't want to use an API. You can install this Python package https://github.com/danielgatis/rembg into your system and call it from your Laravel app.