You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My reasoning is the same as described in the above command:
$this->setHelp(
<<<'EOH'
This command tries up all TYPO3 extensions, but quits gracefully if this is not possible.
This can be used in <code>composer.json</code> scripts to ensure that extensions
are always set up correctly after a composer run on development systems,
but does not fail on packaging for deployment where no database connection is available.
Besides that, it can be used for a first deploy of a TYPO3 instance in a new environment,
but also works for subsequent deployments.
EOH
);
The text was updated successfully, but these errors were encountered:
hi,
what you think about this?
This kind of behaviour is already in typo3-console command
install:extensionsetupifpossible
https://github.com/TYPO3-Console/TYPO3-Console/blob/main/Classes/Console/Command/Install/InstallExtensionSetupIfPossibleCommand.php
My reasoning is the same as described in the above command:
The text was updated successfully, but these errors were encountered: