You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing the application and getting it to work properly, I saved my progress and exited PHP Storm.
I returned to stylize and add some additional features, but upon trying to run the app on localhost:8080 through the PHP storm's built-in server I get the following error:
However, I can not navigate to 127.0.0.1 to see my root directory now. It just defaults to the XAMPP dashboard, and similarly, 127.0.0.1:8080 refuses to connect ... Does anyone have a hunch about why this is happening?
localhost:8080 is returning a favicon with a 200 status code, from my Application's directory, but it's failing to route '/' to the home page. My hunch was that it is a composer or autoload related and I'm being very amateur and missing some configuration or initiation process upon restarting my computer and PHP Storm.
Here's my composer.json config:
Still at a loss as to how to get this up and running correctly. Any help would be appreciated, as this has been a cool project to work on, and I want to understand my error here.