Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

adityar15's avatar

How to build white label Laravel application for the existing one?

So I have a Laravel web app which is under our brand (logo, information on pages, etc.). We are planning to white label it a part of the web app. What would be the best way to do it?

I thought of having API endpoints developed in the main app and the white-labelled products talk with the main app using API. In this case, the issue would be with managing the cors.

Thanks :)

0 likes
1 reply
automica's avatar

@adityar15 if the issue is managing the cors, you will need to create a table on your api to manage the customers who you are supplying this to and then you can whitelist the url they are publishing it on, as well as provide a token they can use to access the api.

Please or to participate in this conversation.