If you encounter the problem that the entry file of the server's rewriting mechanism cannot hide the error report, just modify this line of code under .htaccess in the Public directory. The correct format of the code is as follows:
RewriteRule ^(.*) $ index.php [L,E=PATH_INFO:$1]
ringa_lee2017-06-06 18:12:02
Not bad, upvote it, but set APP_DEBUG to false at the entrance, it should be able to be blocked