'attachment.download', 'uses' => 'Web\AttachmentController@download', ]); Route::get('image/{md5}', [ 'as' => 'attachment.image', 'uses' => 'Web\AttachmentController@image', ]); Route::get('/index', 'Web\IndexController@index');