Web 服务中的 php 框架?
你好,我一直在寻找一个支持 php 框架的网络托管网站,例如 yii、cakephp、symfony,或者如果你想要的话,你是否被迫拥有自己的服务器?提前致谢。
Hello I've been searching for a web hosting site that enables php frameworks, e.g. yii, cakephp, symfony, or are you forced to have an own server if you want that? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
不,你不需要拥有服务器,如果你可以上传 php 文件,大多数时候就可以了。
例如 CakePHP Requierement 页面告诉您:
No you don't need to own the server, if you can upload a php file, most of the time it's ok.
For example CakePHP Requierement page tell you :
是的,你的服务器端也应该支持PHP和框架
PHP 框架初学者指南
Yes , your server side should support PHP and the framework also
A beginners guide to PHP Frameworks
阅读框架文档它也支持什么 php 版本。
read framework documentation what php version it supports also.
您可以在任何支持 PHP 的 Web 主机上运行这些框架。只需上传框架文件和代码即可。
You can run those frameworks on any web host that has PHP support. Just upload the framework files and your code and you're ready.
这取决于您愿意使用的框架。
使用 symfony,您需要访问 shell(命令行)。
检查框架要求的规范
It depends on the framework you are willing to use.
With symfony, you'll need to have an access to the shell (command line).
Check the specifications on the frameworks requirements