David Carrdcblogdev.hashnode.dev·Feb 5, 2019Laravel download files from a routeLaravel makes downloading a server file very easy, in this post I'm going to show a way to download files but only let authenticated users. First, a route group is used to set up the auth middleware: Route::group(['middleware' => 'auth'], functio...174 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.