blade_standalone_example
blade_standalone_example copied to clipboard
Routes returning incorrect view.
When I request the URL localhost:8000/example I get the welcome view.
I looked at the request which was for example and saw the response was for the welcome page (See screenshot).

Also this is what my config.php looks like: