Exploring the world of backend development.
In the midst of developing a small web app for my workplace.
I'm curious to learn the best approach for providing end users with a script to put on their site, similar to how Google offers their analytics script.
Any recommendations on frameworks, tools, or methods are welcome. I'm eager to expand my knowledge! ;)
My goal is to have it hosted on S3 once the configurations are saved.
I've been using the Laravel framework for building the app.
Initially experimented with Wordpress by creating a function that saved data to a JS file on the server, but found it impractical.
Any assistance or advice would be greatly appreciated.