Skip to content

Commit

Permalink
remove self-diagnose package
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Nov 2, 2018
1 parent 48484a2 commit 7d42d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -76,4 +74,4 @@
"wiki" : "https://www.avored.com/docs",
"source" : "https://www.github.com/avored/framework"
}
}
}
8 changes: 4 additions & 4 deletions src/Support/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -99,7 +99,7 @@ public function handle()
'configuration_value' => 15
]);
$this->info('AvoRed Install Successfully!');
}
//}
}

/**
Expand Down

0 comments on commit 7d42d44

Please sign in to comment.