August 5, 2020

Laravel development server started but not working in URL


  • I face same issue when I try to installed Laravel in my localhost

    - In command line Go to your laravel installed directory,

    e.g. : C:\xampp\htdocs\your-project\ php -S localhost:8000 -t public/
    
    - Now try again with: php artisan serve command and open in URL http://localhost:8000

Enjoy!

1 comment:


  1. I need to thank you for this very good read and I have bookmarked to check out new things
    from your post. Thank you very much for sharing such a useful article and Will definitely save and revisit your site
    Web Design and Development

    ReplyDelete

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...