こんにちは、私は Laravel をまったく使用したことがありません。XAMMP と Composer を使用して Windows PC に Laravel-9 を正常にインストールしました。インストールは成功し、すべてが正常に動作しました。しかし、コンピューター システムをシャットダウンすると、後でプロジェクトを開始するために、XAMPP を起動し、ブラウザの URL バーに http://127.0.0.1:8000 と入力しましたが、プロジェクトは開始されませんでした。どうすればよいか教えていただけますか。
走ってみた
リーリー私の端末では動作しませんが、助けてください
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.