美好的一天,我对 Laravel 完全陌生,我已经使用 XAMMP 和 Composer 在我的 Windows PC 上成功安装了 Laravel-9,安装成功并且一切正常,但是当我关闭计算机系统时,后来想要启动项目,我启动了XAMPP并在浏览器的URL栏中输入http://127.0.0.1:8000,但项目没有启动。请问我该怎么办。
我尝试过运行
artisan serve
在我的终端中,但仍无法正常工作,请帮忙
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
I have been able to resolve it, the mistake I have been making for couple of hours has been that after running
php artisan serve
command, it gives me the port 127.0.0.1:8000, I used CTRL+C to copy, but instead of pressing the command once, I pressed twice which the first time copied and the second time stopped the serve. Thanks to everyone who responded to me.