Download the PHP package typo3-console/composer-auto-commands without Composer
On this page you can find all versions of the php package typo3-console/composer-auto-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typo3-console/composer-auto-commands
More information about typo3-console/composer-auto-commands
Files in typo3-console/composer-auto-commands
Package composer-auto-commands
Short Description Execute TYPO3 Console commands on 'composer install'
License GPL-2.0-or-later
Informations about the package composer-auto-commands
Execute TYPO3 Console commands in Composer build process
This is a composer package that aims to simplify running TYPO3 Console
every time composer dumps autoload information, e.g. during a composer install
run.
The following TYPO3 Console commands are executed:
install:generatepackagestates
(only TYPO3 Console lower than 7.0)install:fixfolderstructure
And in the case TYPO3 appears to be setup properly (typo3conf/LocalConfiguration.php
or
config/system/settings.php
file is not missing) and running composer in dev mode
(without --no-dev
) these commands are also executed:
extension:setup
(orextension:setupactive
in TYPO3 Console versions lower than 7.0)
See the command reference for details on these commands.
The benefits of using this package over just specifying the console commands in your composer.json
scripts sections are:
- Works in diverse environments (OSX, Linux, Windows) and always uses the PHP binary that is used for executing composer
- Can be used as dependency in any package, not only your root package
Installation
composer require typo3-console/composer-auto-commands
All versions of composer-auto-commands with dependencies
helhum/typo3-console Version ^7.0 || ^8.0
typo3/cms-composer-installers Version ^3.0 || ^4.0 || ^5.0