dont' undestand "after creating data and storing"
Do you know where in the actual code?
If yes, why just recreate the code ?
if no, the only way is to track change in the db with trigger and fire some script(s)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
am trying to find the api used in one system to push data to another system. The api isnt configured in the api.php yet its somewhere in the system's structure.is it possible to trace the api used in a system using the views or the controllers.i understand that after creating data and storing it,then its pushed using an api to another system.i have already configure it on the env file of the target system where data is being pushed. how can i be able to trace the api in the controller or the views.
Please or to participate in this conversation.