-
0
-
Administrator • Jun 6, 2018
Welcome to CE, #-Link-Snipped-#â . I work on Laravel as well and may try to address your question.Â
I see that the problem is with your apache port. Normally apache runs on port 80. You will have to configure it to run on 8000 or 80. If you do set it on 8000 then your current url: `127.0.0.1:8000` will work fine.Â
Are you using Valet or XAMPP to run Laravel? You should look for Apache port settings.Â
Does that help?Â
Are you sure? This action cannot be undone. -
Member • Jun 6, 2018
Yes you need to change it form port 81 to port 80 for it to work fine.
I use Valet on windows 10 for laravel application. It bit easy I suppose.
Are you sure? This action cannot be undone. -
Member • Jun 6, 2018
#-Link-Snipped-#â Thank you for the time and reply
Are you sure? This action cannot be undone. -
Administrator • Jun 6, 2018
You're welcome. Did that solution work?
Are you sure? This action cannot be undone. -
Member • Jun 6, 2018
#-Link-Snipped-#â  i changed the port to 8000 and tried  .. But not working.. :(.. Url shows loading only for a long time
Are you sure? This action cannot be undone. -
Administrator • Jun 6, 2018
That looks like a strange problem. Could you tell us a bit about your configuration?
- Are you using Valet or Xampp to setup your local server?
- Could you add a screenshot of your apache settings?
- Does a normal php file load fine?
You may try with a simple file in the web root directory -
<?php phpinfo(); ?>
Is there any error being thrown in the Laravel log? Some more information would definitely help fixing this issue.
Are you sure? This action cannot be undone.