Local environment does not process some requests [closed]

3

I'm working with 2 sites in Laravel, where requests to the server import and export large databases in Excel occur.

When I make changes to these databases, I can not test them on my local machine, I have to go to the amazon server to see if my changes are according to plan.

I imagine that servers will serve these requests in the background, and that the local environment will not normally ...

Do you know of any way to enable or simulate the processing of these requests that are theoretically processed in the background by the server, on my local linux machine?

    
asked by anonymous 23.10.2018 / 18:50

0 answers