Symfony 6, EasyAdmin 4, Connecting to api, updating database and finally displaying CRUD

Viewed 23

I have a problem, I would like to run some method before loading the CRUD view, which will connect to the API, download the data and update it in the database, and finally display the CRUD view with the correct data.

Connection to API, data download and update and display I have done, I just don't know how to do it before loading CRUD.

Thanks for the help

1 Answers
Related