aoe / directrequest
此包已被废弃且不再维护。未建议替代包。
模拟HTTP请求并触发后端执行直接前端的扩展
0.4.2
2020-08-26 13:57 UTC
Requires
- php: ^7.0
- typo3/cms-core: >=7.6.0,<=8.7.99
README
此扩展已被归档 归档。
您可以使用 TYPO3-Console 替换此扩展的功能:https://github.com/TYPO3-Console/TYPO3-Console
typo3cms frontend:request https://www.example.com
TYPO3-Direct-Request
这是一个模拟HTTP请求并触发后端执行直接前端的TYPO3扩展。
下载 / 安装
您可以下载并安装此扩展或使用composer。
版权 / 许可证
版权:© 2010 - 2019, AOE GmbH 许可证:GPLv3,https://gnu.ac.cn/licenses/gpl-3.0.en.html
贡献
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github