参考官网文档 https://laravel.com/docs/5.0/installation#pretty-urls
在Nginx的域名配置里加上
location / {
try_files $uri $uri/ /index.php?$query_string;
}
即可
参考官网文档 https://laravel.com/docs/5.0/installation#pretty-urls
location / {
try_files $uri $uri/ /index.php?$query_string;
}
即可
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。