How can we make a extension live in typo3?

痴心易碎 提交于 2020-01-06 07:53:18

问题


I created a extension in typo3 and would like to make it live .Can any one explain the step to be follow?


回答1:


  1. create an account in typo3.org.
  2. Then in the typo3 backend (of your website)"Extension Manager > Settings" tab - enter your typo3.org account login credentials and save it.
  3. "Extension Manager > Available extensions" tab - click on your extension and then use the "TER upload" option.

Have a nice day :) !




回答2:


Your question seems a bit general. In order to create your own extension in Typo3, you first need to install an extension called "Extbase" in your Typo3 Extension Manager which can help you fasten your development.

Then, you can start your development right a way. After finish, simply install it and use it as plugin(s) to your Typo3 site.

Go to this link for more information: http://wiki.typo3.org/Extension_Development



来源:https://stackoverflow.com/questions/14476877/how-can-we-make-a-extension-live-in-typo3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!