mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
setup wizard refactoring
This commit is contained in:
@@ -782,10 +782,6 @@ class SetupDevEnvironment extends Command
|
||||
'name' => 'google_analytics',
|
||||
'value' => '',
|
||||
],
|
||||
[
|
||||
'name' => 'contact_email',
|
||||
'value' => '',
|
||||
],
|
||||
[
|
||||
'name' => 'registration',
|
||||
'value' => 1,
|
||||
|
||||
@@ -122,10 +122,6 @@ class SetupProdEnvironment extends Command
|
||||
'name' => 'google_analytics',
|
||||
'value' => null,
|
||||
],
|
||||
[
|
||||
'name' => 'contact_email',
|
||||
'value' => null,
|
||||
],
|
||||
[
|
||||
'name' => 'storage_limitation',
|
||||
'value' => 1,
|
||||
|
||||
@@ -60,10 +60,6 @@ class StoreAppSettingsController extends Controller
|
||||
'name' => 'google_analytics',
|
||||
'value' => $request->input('googleAnalytics'),
|
||||
],
|
||||
[
|
||||
'name' => 'contact_email',
|
||||
'value' => $request->input('contactMail'),
|
||||
],
|
||||
[
|
||||
'name' => 'storage_limitation',
|
||||
'value' => $request->input('storageLimitation'),
|
||||
|
||||
@@ -28,7 +28,6 @@ class StoreAppSetupRequest extends FormRequest
|
||||
'logo' => 'sometimes|file',
|
||||
'logo_horizontal' => 'sometimes|file',
|
||||
'favicon' => 'sometimes|file',
|
||||
'contactMail' => 'required|email',
|
||||
'googleAnalytics' => 'sometimes|string',
|
||||
'defaultStorage' => 'sometimes|digits_between:1,9',
|
||||
'storageLimitation' => 'required|boolean',
|
||||
|
||||
Reference in New Issue
Block a user