Skip to content

Commit

Permalink
add some info message
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaAb committed May 25, 2019
1 parent 02d85f7 commit fb8436d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Serverfireteam/Panel/Commands/PanelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ public function handle()
{
$this->info(' [ Welcome to ServerFireTeam Panel Installation ] ');

$this->info('** start publishing elfinder assets');
$this->call('elfinder:publish');

$this->info('** start publishing panel assets');
$this->call('vendor:publish', [
'--tag' => 'public'
//'--force' => 1
Expand Down

0 comments on commit fb8436d

Please sign in to comment.