質問編集履歴

1

txt -> code表記に変更

2019/03/07 13:31

投稿

kazoogon
kazoogon

スコア281

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  ---
16
16
 
17
- ①あるコマンドを直接ターミナルから叩く php artisan hoge~
17
+ ①あるコマンドを直接ターミナルから叩く ```php artisan hoge```
18
18
 
19
- ②ブラウザー上からcontroller経由し、exec(php artisan hoge~)を使用
19
+ ②ブラウザー上からcontroller経由し、```exec(php artisan hoge)```を使用
20
20
 
21
21
  →commandファイル内に```$_SERVER['HOSTNAME']```情報を取得する箇所有
22
22