diff --git a/composer.json b/composer.json index 9ed0c25c4..ce079af0a 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,7 @@ "laravel/framework" : "5.7.*", "barryvdh/laravel-dompdf": "0.8.*", "laravel/passport": "7.0.*", - "stripe/stripe-php": "^6.3", - "beyondcode/laravel-self-diagnosis": "^1.0" - + "stripe/stripe-php": "^6.3" }, "require-dev" : { "phpunit/phpunit" : "~7.0", @@ -76,4 +74,4 @@ "wiki" : "https://www.avored.com/docs", "source" : "https://www.github.com/avored/framework" } -} \ No newline at end of file +} diff --git a/src/Support/Console/InstallCommand.php b/src/Support/Console/InstallCommand.php index e6f5b8555..b6c3fa7a0 100644 --- a/src/Support/Console/InstallCommand.php +++ b/src/Support/Console/InstallCommand.php @@ -49,9 +49,9 @@ public function __construct(Filesystem $files) */ public function handle() { - if ($this->call('self-diagnosis') === 1) { - $this->error('Please Fixed all Required Check'); - } else { + //if ($this->call('self-diagnosis') === 1) { + // $this->error('Please Fixed all Required Check'); + //} else { $this->dropAllTables(); $answer = $this->ask('Do you want to Install Dummy Data? (y/n)', 'yes'); @@ -99,7 +99,7 @@ public function handle() 'configuration_value' => 15 ]); $this->info('AvoRed Install Successfully!'); - } + //} } /**