I have an application in Laravel 5.5 and I added some route to web.php.
It shows a white page on starting.
I clear the view, cache, and route also I try composer dump-autoload it is not working. If I set debug to true I get the same result.
Any solution?