I created a extension in typo3 and would like to make it live .Can any one explain the step to be follow?
How can we make a extension live in typo3?
204 Views Asked by sherin At
2
There are 2 best solutions below
1

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
Have a nice day :) !