public static function ln($lamina, $file, $link) { $cmd = "ln -s {$file} {$link}"; Blade::runCommand($cmd, $lamina, true, false); }