I want to be notified when a picture from my server is loaded on any other location like a webpage or an email. For example, I have an image called example.jpg. I want to embed it on a website or an email. When someone opens that document I want to check if that example.jpg was loaded or not.
Is there any way to achieve that in Laravel?
Thank you very much!