Unlike here, I would like to hook a method into every request made to my web application. How would I do this?
Put in another way
There are some functionalities that I would want to be executed on whenever anybody checks on my web application. Most likely, I think I would put it in a method and call this method somewhere within Laravel. I don't want to write a daemon. I don't know how to do this. Please, help out. Drop a comment if you need more clarification.