diff --git a/composer.json b/composer.json index 672f8f8d..046b0689 100755 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-simplexml": "*", + "ext-bcmath": "*", "ext-pdo": "*", "composer/composer": "~1.8.0", "composer/installers": "~1.0", diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index 22fdc4d3..227cd297 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -15,7 +15,7 @@ return [ ], 'extensions' => [ - 'bcmath', + // 'bcmath', 'openssl', 'pdo', 'mbstring', diff --git a/modules/Installer/Http/Controllers/InstallerController.php b/modules/Installer/Http/Controllers/InstallerController.php index fb4e5720..e8fd10f7 100644 --- a/modules/Installer/Http/Controllers/InstallerController.php +++ b/modules/Installer/Http/Controllers/InstallerController.php @@ -64,7 +64,7 @@ class InstallerController extends Controller $this->seederSvc = $seederSvc; $this->userService = $userService; - \App\Support\Utils::disableDebugToolbar(); + Utils::disableDebugToolbar(); } /** diff --git a/modules/Installer/Resources/views/app.blade.php b/modules/Installer/Resources/views/app.blade.php index 425c7318..709b62eb 100644 --- a/modules/Installer/Resources/views/app.blade.php +++ b/modules/Installer/Resources/views/app.blade.php @@ -35,9 +35,9 @@ -
+ ---}} -{{----}} -Select Database Type
Database Type