Managing Sites
Manage local domains, switch PHP/Node versions, and configure project TLDs.
Site Configurations
Manage your active local domains, change TLD extensions, and configure project-level PHP/Node.js runtimes.
The Sites Dashboard
The Projects page is the main hub of Burrow, featuring a clean layout to manage all local virtual hosts. By default, it displays in List View for high density:
- Domain Link: Click the globe icon to open the site in your default browser.
- PHP Version: Switch the PHP version dynamically via a dropdown menu.
- Node.js Version: Toggle between Node.js runtimes per project.
- SSL Indicator: Shows whether the site is secured over HTTPS.
TLD Extensions
Burrow supports multiple Top-Level Domains (TLDs). By default, sites are served using .local, but you can change the global default in Settings. Supported TLDs include:
.local.test.burrow.dev.app.localhost
Wildcard Subdomain Routing
All sites mapped by Burrow support wildcard subdomains automatically. If you have a site named store.local, requests to api.store.local or admin.store.local are routed to the same project folder, making it easy to develop multi-tenant or API-driven applications.