Laravel 伪静态配置

【Nginx 配置】

location / {
     try_files $uri $uri/ /index.php?$query_string;
}
原文地址:https://www.cnblogs.com/clubs/p/14914734.html