问题描述
与TYPO3和作曲家一起学习TYPO3基础。
在尝试作曲家学习示例扩展中遇到了第一个问题
working with TYPO3 and composer to learn TYPO3 basics.Got a first problem on trying the composer learning example extensions
Could not install distribution 'doc_tut_templating'
Extension Manager is in offline mode. No TER connection available.
好的,需要作曲家来做。但是如何?只是找到如何使用作曲家设置TYPO3或创建与作曲家一起使用的扩展名。但是,如何使用作曲家安装扩展程序?
OK, need to do it by composer. But how to? Just find how to setup TYPO3 with composer or create extension for use with composer. But how to I install an extension with composer?
升级n00n
推荐答案
找到了解决方案。简简单单,对我来说简单...。
Found a solution. Simply easy, to easy for me....
在此处搜索扩展名:
搜索扩展名
Search the extension here:https://composer.typo3.org/Search for the extension
输入名称并要求在作曲家
中作曲家需要typo3-ter / [扩展名]
→作曲家需要typo3-ter / efempty
Take the name and require it in composercomposer require typo3-ter/[Extension Name]→ composer require typo3-ter/efempty
这篇关于如何使用Composer安装TYPO3扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!