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を実装するにはどうすればよいですか? URI::segment(1) のようなlaravel 3で使用してみましたが、動作します。laravel 4 を使用して Web サイトを変換しましたが、URI::segment(1) でエラーが発生しました。何か助けはありますか?
Lavel Request セグメントを使用する必要があります
Request::segment(1);