Guide: configre the http provider from a Laravel app ( or any web application)

Hello everyone, recently I configured a multi domain application with dynamic domains configured in app. To avoid having to edit docker labels or files manually I decided to implement the HTTP provider and let the app itself communicate the list of domains to configure to traefik.

During configuration i tried to configure JSON provider but it didn’t work but i got it to work with toml format.

I talked about it in my article.

Thank you.