コード例 #1
0
ファイル: Asset.php プロジェクト: eusonlito/web-deploy
 protected function storageAsset($file)
 {
     return Route::getStoragePath('/assets/' . ltrim($file, '/'));
 }
コード例 #2
0
ファイル: Shell.php プロジェクト: eusonlito/web-deploy
 private function getLogFile()
 {
     return Route::getStoragePath('/logs/' . microtime(true) . '-' . uniqid());
 }