質問編集履歴

3

php削除

2019/12/23 12:34

投稿

Ms.yy
Ms.yy

スコア83

test CHANGED
File without changes
test CHANGED
File without changes

2

追記

2019/12/23 12:34

投稿

Ms.yy
Ms.yy

スコア83

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,15 @@
1
1
  現在、laravelを使って外部ファイルを読み込もうとしています。
2
2
 
3
3
  調べているとautoloadの方法しかないのですが、このやり方を使って外部ファイルを読み込むのが一般的なのでしょうか?
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+ ###追記
12
+
13
+ index.blade.phpだけに特定のcss、ヘッダーファイルを読み込ませたいです。
14
+
15
+ index.blade.phpはlaravelを使用しているので読み込む際はrequireなどではなく、autoloadを使用するのが一般的でしょうか?

1

タイトルの追記

2019/12/23 12:32

投稿

Ms.yy
Ms.yy

スコア83

test CHANGED
@@ -1 +1 @@
1
- laravelで外部ファイル読み込む方法はrequireではなくautoloadですか?
1
+ laravelで外部ファイル読み込む方法はrequireではなく一般的にはautoloadですか?
test CHANGED
File without changes