WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 975f0a69c7 - Show all commits

View File

@ -61,9 +61,7 @@ class Install extends Command
if (Storage::disk('local')->missing('INSTALLED')) {
$this->info('[!! Welcome to Rasberry Teams !!]');
$this->info('>> Installing...');
$this->call('down', [
'--message' => 'Down for maintenance. We\'ll be right back!',
]);
$this->call('down');
copy($basePath.'/.env.example', $basePath.'/.env');
$this->call('key:generate');