daterangepicker icon indicating copy to clipboard operation
daterangepicker copied to clipboard

不能使用啊

Open hxsen opened this issue 5 years ago • 6 comments

laravel-admin版本:v1.7.8 以下是简单的报错: Call to undefined function Encore\DateRangePicker\array_set() (View: G:\WWW\league\vendor\encore\laravel-admin\resources\views\form.blade.php)

hxsen avatar Jan 10 '20 07:01 hxsen

兄弟解决了没,我也是

lishuai199502 avatar Mar 17 '20 08:03 lishuai199502

我还没解决,那插件还没更新吗?

---原始邮件--- 发件人: "A梦"<[email protected]> 发送时间: 2020年3月17日(周二) 下午4:09 收件人: "laravel-admin-extensions/daterangepicker"<[email protected]>; 抄送: "Author"<[email protected]>;"houxin"<[email protected]>; 主题: Re: [laravel-admin-extensions/daterangepicker] 不能使用啊 (#4)

兄弟解决了没,我也是

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hxsen avatar Mar 17 '20 08:03 hxsen

我弄好了,在laravel6里面,array_set变成了Arr::set() https://learnku.com/docs/laravel/6.x/helpers/5164#method-array-set

lishuai199502 avatar Mar 17 '20 08:03 lishuai199502

你改了插件源码?

---原始邮件--- 发件人: "A梦"<[email protected]> 发送时间: 2020年3月17日(周二) 下午4:38 收件人: "laravel-admin-extensions/daterangepicker"<[email protected]>; 抄送: "Author"<[email protected]>;"houxin"<[email protected]>; 主题: Re: [laravel-admin-extensions/daterangepicker] 不能使用啊 (#4)

我弄好了,在laravel6里面,array_set变成了Arr::set() https://learnku.com/docs/laravel/6.x/helpers/5164#method-array-set

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hxsen avatar Mar 18 '20 01:03 hxsen

现在看来,这个错误 ,是laravel的版本太高的问题,如果再报这个错误的话,就可以自己封装一个array_set(),内容return Arr::set()方法

hxsen avatar Mar 19 '20 01:03 hxsen

建议作者修复一下。

ghost avatar Apr 17 '20 07:04 ghost