2017 © Pedro Peláez
 

library composer-auto-commands

Execute TYPO3 Console commands on 'composer install'

image

typo3-console/composer-auto-commands

Execute TYPO3 Console commands on 'composer install'

  • Wednesday, July 4, 2018
  • by helhum
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1,817 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

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., (*1)

The following TYPO3 Console commands are executed:, (*2)

  • 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:, (*3)

  • extension:setup (or extension:setupactive in TYPO3 Console versions lower than 7.0)

See the command reference for details on these commands., (*4)

The benefits of using this package over just specifying the console commands in your composer.json scripts sections are:, (*5)

  • 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, (*6)

The Versions

04/07 2018

dev-master

9999999-dev

Execute TYPO3 Console commands on 'composer install'

  Sources   Download

GPL-2.0-or-later

The Requires

 

04/07 2018

v0.2.0

0.2.0.0

Execute TYPO3 Console commands on 'composer install'

  Sources   Download

GPL-2.0-or-later

The Requires

 

26/06 2018

v0.1.1

0.1.1.0

Execute TYPO3 Console commands on 'composer install'

  Sources   Download

GPL-2.0-or-later

The Requires

 

26/06 2018

dev-develop

dev-develop

Execute TYPO3 Console commands on 'composer install'

  Sources   Download

GPL-2.0-or-later

The Requires

 

17/06 2018

v0.1.0

0.1.0.0

Execute TYPO3 Console commands on 'composer install'

  Sources   Download

GPL-2.0-or-later

The Requires