Skip to content

Download

Carlos Eduardo edited this page Oct 7, 2016 · 1 revision

Download Macro

To use:

Route::download('/download', $filePath, $name, $headers);

Using Callback

Route::download('/download', function () {
	return $filePath;
}), $name, $headers);
Clone this wiki locally