简体   繁体   中英

White Screen in laravel 5.5

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?

我找到了解决方案,问题是我在顶部定义了一些通配符路由,将它们移动到文件的末尾,并清除了缓存和路由及其工作正常

If you set up a route and access it by the URL, by default the view.blade.php will be empty.

Fill it with content and then it will show up!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM