Home  >  Q&A  >  body text

Laravel project not started

Good day, I am completely new to Laravel, I have successfully installed Laravel-9 on my Windows PC using XAMMP and Composer, the installation was successful and everything worked fine, but when I shut down my computer system, I later want to start project, I started XAMPP and entered http://127.0.0.1:8000 in the browser's URL bar, but the project did not start. Can you tell me what to do.

I tried running

artisan serve

in my terminal but still not working, please help

P粉295616170P粉295616170371 days ago588

reply all(1)I'll reply

  • P粉022140576

    P粉0221405762023-09-15 11:36:50

    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.

    reply
    0
  • Cancelreply