Working now - needed to this:
$download_path = ( public_path() . '/attachments/' . $asset->attachment );
return( Response::download( $download_path ) );
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community