crivion/autogenerate-vhosts-osx

There is no license information available for the latest version (dev-main) of this package.

Manage local virtual hosts on your mac os machine via php-cli

dev-main 2020-10-30 07:48 UTC

This package is auto-updated.

Last update: 2021-12-29 03:30:12 UTC


README

Autogenerate local machine vhost (mac osx)

Autogenerate local vhosts for mac os x

  • PHP-cli tool

  • Site Directories must end in .local to be picked up

  • example /path/site.local will become http://local.site

define('SITES_PATH', '/Users/your-user/Sites');
define('VHOSTS_FILE', '/etc/apache2/extra/httpd-vhosts.conf');
define('HOSTS_FILE', '/etc/hosts');

Usage (must be super user):

sudo php index.php

PHP-Cli Output Example

Alt text