Skip to content

Commit 3641299

Browse files
committed
fix cannot see picture when not logged in
1 parent d594091 commit 3641299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@
9292
]);
9393

9494
Route::get('/demo', 'DemoController@index');
95+
});
9596

97+
Route::group(compact('prefix', 'as', 'namespace'), function () {
9698
// Get file when base_directory isn't public
9799
$images_url = '/' . \Config::get('lfm.images_folder_name') . '/{base_path}/{image_name}';
98100
$files_url = '/' . \Config::get('lfm.files_folder_name') . '/{base_path}/{file_name}';

0 commit comments

Comments
 (0)