Skip to content

Brand Sites

This application serves three brand sites. Each has a dedicated route group and view structure.

Minto Homes (mintocom) - Routes: routes/web/mintocom.php and subfiles in routes/web/mintocom/. - Controllers: app/Http/Controllers/Mintocom/*. - Views: resources/views/mintocom/. - Config: config/minto1/*.php (menu/pages), config/global/general.php.

Minto Apartments (mintoapartments) - Routes: routes/web/mintoapartments.php and subfiles in routes/web/mintoapartments/. - Controllers: app/Http/Controllers/Mintoapartments/*. - Views: resources/views/mintoapartments/. - Config: config/mintoapartments/*.php.

Minto Apartment REIT (mintoapartmentreit) - Routes: routes/web/mintoapartmentreit.php and routes/web/mintoapartmentreit/core.php. - Controllers: app/Http/Controllers/Mintoapartmentreit/*. - Views: resources/views/mintoapartmentreit/. - Config: config/mintoapartmentreit/*.php.

Site Context Selection - The active site is determined by WEBSITE_CODE or the HTTP host (app/Services/Website.php, routes/web.php).