我刚刚使用发现扩展方法安装了我的新 joomla3.1 hello world 扩展。但是安装后我无法在 joomla 组件菜单中找到扩展名。
我已经尝试过这个链接,它工作正常。
http://localhost/COM/administrator/index.php?option=com_process
期待有用的回应
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<extension type="component" version="3.1" method="upgrade">
<name>COM_PROCESS_NAME</name>
<author>Arslan Tahir</author>
<creationDate>25 DEC 2013</creationDate>>
<copyright>GPL</copyright>
<license></license>
<auhtorEmail>aaa@outlook.com</auhtorEmail>
<version>1</version>
<description>COM_PROCESS_DESCRIPTION</description>
<administration>
<files>
<filename>index.html</filename>
<filename>process.php</filename>
</files>
<menu>COM_PROCESS_NAME</menu>
</administration>
</extension>