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