Route not defined
I defined a custom route in web.php like the following:
but when accessing it from infolist custom ViewEntry I got always Route [download-file] not defined
Route::get('download-file', function () {
// download file
});but when accessing it from infolist custom ViewEntry I got always Route [download-file] not defined