Laravel Unduh File dari Folder Publik
$filePath = public_path("name_of_your_file.txt");
return Response::download($filePath);
Lazurite
$filePath = public_path("name_of_your_file.txt");
return Response::download($filePath);
Storage::get('\public\FileNameHere')