Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 laravel 4 中实现基于分段的 url?我尝试在 laravel 3 中使用它,如 URI::segment(1) 并且它有效。我使用 laravel 4 转换了我的网站,但 URI::segment(1) 出现错误。有什么帮助吗?
您需要使用Larvel 请求段
Request::segment(1);