Background:
New to laravel Developing on the same network as my brother who is also facing this issue Php Artisan Serve loads my development server, but when I click on it, it never actually loads anything it just indefinitely loads the page. It's VERY temperamental, and normally is fixed by restarting my computer but as of today it seems to have just broken altogether.
If anybody has any ideas it would be GREATLY appreciated as I am really stuck, there seems to be nothing at all on google.
What I have tried so far:
-Using port 8080
-php -S localhost:8000 -t public/ (Worked at first, then "broke" shortly after)
-Composer update
I have just created a brand new laravel project, and php artisan serve works on this, but then sure enough it breaks after sometime as above. What could possibly be going wrong?