/home/techb158/immovalet.com/vendor/botble/platform/base/src/Commands
NameSizeModeActions
ClearLogCommand.php11080644editdlrm
InstallCommand.php12310644editdlrm
PublishAssetsCommand.php8050644editdlrm
Edit: /home/techb158/immovalet.com/vendor/botble/platform/base/src/Commands/PublishAssetsCommand.php (805B)
info('Publishing core, packages, plugins assets...'); $this->call('vendor:publish', ['--tag' => 'cms-public', '--force' => true]); $this->info('Publishing theme assets...'); $this->call('cms:theme:assets:publish'); $this->info('Published assets successfully!'); } }