Good question, I also have an interest in it for my next project. Does anyone know the answer?
maybe in routes.php u can use:
switch($host) {
case ('site1.com'):
require '/app1/routes.php'
case ('site2.com'):
require '/app2/routes.php'
}
and in routes you can store Controllers inforamtion
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community