gpt4 book ai didi

php - 如何在没有 php Artisan serve 的情况下查看 laravel View

转载 作者:可可西里 更新时间:2023-11-01 00:44:52 26 4
gpt4 key购买 nike

如何在没有 artisan 命令 CLI 的情况下查看 Laravel View 。我的托管服务提供商没有 CLI,我只能访问 FTP,要运行 Laravel 我必须在 CLI:

php artisan serve --port=8080 --host=0.0.0.0

如果没有这个命令,我如何获取 View ?

谢谢。

最佳答案

php artisan serve 用于生产环境,因为它在网络服务器中使用 PHP5 构建。如果您使用的是托管服务提供商,他们可能运行 Apache,您可以通过 Apache 提供您的应用程序。

看看the documentation on php.net如果您想了解更多关于内置网络服务器的信息。

PHP applications will stall if a request is blocked.

This web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network.

关于php - 如何在没有 php Artisan serve 的情况下查看 laravel View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22127203/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com