How to send information to a Database

I want to send for example a number of enemies that I have killed but I don’t know how. I’m using laravel.
Could anyone help me please?

I found another thread with a similar question: Can Phaser Export Data to Databases for Saves?

Usually this is an AJAX POST request on the client. But you need to figure out where to send it.