質問編集履歴

2

追記

2019/05/06 03:45

投稿

AMK
AMK

スコア765

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,35 @@
75
75
  サーバーはCPIサーバー(publicをhtmlに変更しています)
76
76
 
77
77
  PHP7.1
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+ 追記
88
+
89
+ https://daiki-sekiguchi.com/2018/08/18/laravel-adminlte-install/
90
+
91
+ ではなく
92
+
93
+ https://github.com/jeroennoten/Laravel-AdminLTE
94
+
95
+ を確認したところ
96
+
97
+ composer update jeroennoten/laravel-adminlte
98
+
99
+ の記述が抜けてました。
100
+
101
+
102
+
103
+ そこで実行してみたところ下記の内容のWarningが出ていました。
104
+
105
+
106
+
107
+ Warning: Ambiguous class resolution, "App\Http\Controllers\CustomersController" was found in both "/usr/home/app/Http/Controllers/bak_CustomersController.php" and "/usr/home/app/Http/Controllers/CustomersController.php", the first will be used.
108
+
109
+ Warning: Ambiguous class resolution, "App\User" was found in both "/usr/home/app/User.php" and "/usr/home/app/Admin.php", the first will be used.

1

タイトル変更しました

2019/05/06 03:45

投稿

AMK
AMK

スコア765

test CHANGED
@@ -1 +1 @@
1
- laravelでAdminLTE適用
1
+ laravelでjeroennoten/Laravel-AdminLTE適用
test CHANGED
File without changes