mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-15 17:55:02 +00:00
fixes
This commit is contained in:
@@ -1546,7 +1546,7 @@ class SetupDevEnvironment extends Command
|
||||
});
|
||||
|
||||
// Get system images
|
||||
collect(['logo.svg', 'logo-dark.svg', 'logo-horizontal-dark.svg', 'favicon.png', 'og-image.jpg', 'touch-icon.png'])
|
||||
collect(['logo.svg', 'logo-dark.svg', 'logo-horizontal.svg', 'logo-horizontal-dark.svg', 'favicon.png', 'og-image.jpg', 'touch-icon.png'])
|
||||
->each(function ($file) {
|
||||
Storage::putFileAs('system', storage_path("demo/app/$file"), $file, 'private');
|
||||
});
|
||||
|
||||
@@ -58,7 +58,7 @@ class CreateAdminAccountController extends Controller
|
||||
],
|
||||
[
|
||||
'name' => 'license',
|
||||
'value' => $request->input('license'),
|
||||
'value' => strtolower($request->input('license')),
|
||||
],
|
||||
[
|
||||
'name' => 'purchase_code',
|
||||
|
||||
Reference in New Issue
Block a user