質問編集履歴

2

試したことを追加

2020/11/27 16:53

投稿

kerokeroryu2631
kerokeroryu2631

スコア14

test CHANGED
File without changes
test CHANGED
@@ -152,8 +152,12 @@
152
152
 
153
153
  ### 試したこと
154
154
 
155
- 色々ぐぐって、解決法を調べたが、有益な情報が得られず。
155
+ - 色々ぐぐって、解決法を調べたが、有益な情報が得られず。下記のサイトもよく分かりませんでした。
156
156
 
157
- 下記のサイトもよく分かりませんでした。
157
+ [http://cly7796.net/wp/php/try-the-path-and-the-url-of-the-helper-function-of-laravel/](http://cly7796.net/wp/php/try-the-path-and-the-url-of-the-helper-function-of-laravel/)
158
158
 
159
+ - 下記のように、任意パラメータの部分を{id?}と書いてみたが、if文の中のHTMLが表示されませんでした。
160
+
161
+ @if( url()->current() === url("/articles/**{id?}**/edit"))
162
+
159
- [http://cly7796.net/wp/php/try-the-path-and-the-url-of-the-helper-function-of-laravel/](http://cly7796.net/wp/php/try-the-path-and-the-url-of-the-helper-function-of-laravel/)
163
+ [https://readouble.com/laravel/5.5/ja/routing.html](https://readouble.com/laravel/5.5/ja/routing.html)

1

質問文の修正

2020/11/27 16:53

投稿

kerokeroryu2631
kerokeroryu2631

スコア14

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- ヘルパ関数を使って、特定URL時だけ、HTMLの要素を表示する方法はないでしょうか?
19
+ どのようにヘルパ関数の(条件分岐)箇所を書うまく動くでしょうか?
20
20
 
21
21
 
22
22