Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env php
<?php
$paths = [
'masterlocal' => '/www/master.local/project/master/app',
'crm.local' => '/www/crm.local/project/master/app'
];
foreach ($paths as $projectName => $appDir) {
$appDir = rtrim($appDir, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;