Example #1
0
 protected function storageAsset($file)
 {
     return Route::getStoragePath('/assets/' . ltrim($file, '/'));
 }
Example #2
0
 private function getLogFile()
 {
     return Route::getStoragePath('/logs/' . microtime(true) . '-' . uniqid());
 }