'Datatables'=> Yajra \ Datatables \ Facades \ Datatables :: class,在实时服务器laravel上找不到

时间:2018-09-28 11:43:31

标签: php laravel composer-php

我在肝脏服务器上遇到以下错误,但在本地服务器上工作正常

'Datatables' => Yajra\Datatables\Facades\Datatables::class,

2 个答案:

答案 0 :(得分:1)

案例问题尝试:

for (Attribute attribute : attributes) {
if ((attribute.getAttributeValues() != null && 
attribute.getAttributeValues().size() > 0)) {
List<XMLObject> xmlValues = attribute.getAttributeValues();
for (XMLObject attributeValue : xmlValues) {
value = ((XSAnyImpl) attributeValue).getTextContent();
// here you can find all attributes (value) one by one as given sequence 
in SAML response.
}
}
}

答案 1 :(得分:0)

问题是字母的情况:

'DataTables' => Yajra\DataTables\Facades\DataTables::class

Linux文件系统区分大小写,您有3次Datatables而不是DataTables