承接 typo3-console/composer-auto-commands 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

typo3-console/composer-auto-commands

最新稳定版本:v1.1.2

Composer 安装命令:

composer require typo3-console/composer-auto-commands

包简介

Execute TYPO3 Console commands on 'composer install'

README 文档

README

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 (or extension: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

统计信息

  • 总下载量: 345.63k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 1
  • 依赖项目数: 17
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 2
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2018-06-17