0

我在我的电脑上安装了 laravel,它通过 PhpStorm 运行良好,Git 命令提示符中的 laravel 命令以及 composer 和 php artisan 运行良好。但是对于命令

php artisan serve

它给了我一个不起作用的地址

Laravel development server started: <http://127.0.0.1:8000>

如果我尝试访问该地址,它会显示“无法访问此站点”。顺便说一句,我正在使用 Chrome 为什么会这样,我怎样才能让它工作?

先感谢您。

4

1 回答 1

0

我推荐你使用 Laragon 在 Windows 上开发 laravel 甚至任何 php 应用程序。它将建立一个非常易于使用和快速的开发环境。我已经使用它一年多了。在这里获取:https ://laragon.org/

此应用程序特定于 Windows 用户。一些功能包括:

Cmder
Git
Node.js
NPM
SSH
Putty
PHP 7 & 5.6 (Easily switchable with one click)
Activate/deactivate PHP extensions on the fly
xDebug
Composer
Apache
MariaDB/MySQL
phpMyAdmin
Full Lumen and Laravel support
Auto create virtual hosts
Mail Catcher - Laragon will show a small window on the bottom right of your screen and help you quickly view content of the generated email
Mail Sender - You can use mail() function to send mail to the Internet easily and effortlessly
Mail Analyzer: Analyze what happens when an email is sent and show helpful information to make sure that your email configurations are correct.
ngrok - allows connections from the Internet to the local server

这是关于 laragon 和 laravel 5.4 的教程: http ://www.danfletcherblog.ca/2017/02/install-laravel-5-4-windows-fast-using-laragon-%E2%9C%94/

这是帖子的视频教程:https ://youtu.be/pHQOdXY2AZU?list=PL0Nx259JjLcGqXg5kpTifqQ9GFoQ2qGPy

于 2017-03-28T15:28:52.737 回答