【发布时间】:2017-01-05 23:33:04
【问题描述】:
当我放这个
<a href="{{ Route('admin.edit', $consignment->id )}}" >...</a>
我得到这个链接:localhost:8000/dashboard/edit?3
我想让网址像:localhost:8000/dashboard/edit/3
我该怎么办? 你能帮帮我吗?
【问题讨论】:
-
你运行的是 nginx 还是 apache?
-
我正在使用 Xampp Server Apache
标签: php url routes laravel-5.3