line('+------------------------------------------------------------------------------+'); $this->line(''); if (is_null($text)) { $this->line('Thank you for installing Firefly III, v' . $version); $this->line('If you are upgrading from a previous version,'); $this->info('there are no extra upgrade instructions.'); $this->line('Firefly III should be ready for use.'); } else { $this->line('Thank you for installing Firefly III, v' . $version); $this->line('If you are upgrading from a previous version,'); $this->line('please follow these upgrade instructions carefully:'); $this->info(wordwrap($text)); } $this->line(''); $this->line('+------------------------------------------------------------------------------+'); } }