gecche / laravel-multidomain

A Laravel extension for using a laravel application on a multi domain setting
MIT License
838 stars 105 forks source link

Is it possible to have everything done automatically? #119

Closed mrranger closed 1 month ago

mrranger commented 1 month ago

Is it possible for everything to be done automatically? I need the user to add his domain to my website, indicate the ip of my panel in the DNS records, and the theme he has chosen will be displayed on his website

gecche commented 1 month ago

Hi,

I'm not sure to have understood precisely your question, but If I have understood right, the answer is no. At least, I think that you have to create an extrernal "admin" application that when an user add his domain, it fires some artisan commands in the mian application to accomplish your tasks.

Cheers

Giacomo