mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- app logo extension fix
- redirect when user is logged in sign in/up page
This commit is contained in:
@@ -442,7 +442,7 @@ if (! function_exists('store_system_image')) {
|
||||
$image = $request->file($name);
|
||||
|
||||
// Store avatar
|
||||
$filename = Str::uuid() . $image->getClientOriginalExtension();
|
||||
$filename = Str::uuid() . '.' . $image->getClientOriginalExtension();
|
||||
|
||||
// Store image to disk
|
||||
Storage::putFileAs('system', $image, $filename);
|
||||
|
||||
Reference in New Issue
Block a user