Local domains and HTTPS
Develop with cleaner local URLs.
Devaron can turn project folders into local virtual hosts and open them over HTTP or HTTPS. That gives frameworks and CMS projects a cleaner local setup than path-based localhost URLs.
Why virtual hosts matter
Many web projects behave better when they run from a real host name instead of a subfolder. Virtual hosts also make it easier to test cookies, callbacks, absolute URLs and framework routing.
With Devaron, folders in `www` can become local sites with a custom domain suffix. You can keep projects organized by folder while opening them through clean local domains.
Automatic sites
Create a folder and let Devaron detect it as a local site.
Custom suffix
Use a domain suffix that matches your local workflow.
Local SSL
Open development sites over HTTPS when the project needs secure URLs.
Framework public folders
Route projects like Laravel and Symfony to the correct public web root.
Related pages
Local development environment - Share a local site - XAMPP alternative