Example #1
0
 private function git()
 {
     return new Repository\Git(Route::getBasePath());
 }
Example #2
0
 protected function composerInstall()
 {
     return (new Repository\Composer(Route::getBasePath(), true))->install()->getShellAndLog();
 }
Example #3
0
 private function setUp($path = null)
 {
     Directory::create(Route::getStoragePath('/logs'));
     $this->cd($path ?: config('project')['path'] ?: Route::getBasePath());
 }