download_path . '/logs/' . now()->format('Ymd') . '.log'; Storage::makeDirectory(dirname($filePath)); file_put_contents(Storage::path($filePath), now()->format('Y-m-d H:i:s') . ': ' . $message . PHP_EOL, FILE_APPEND); } }