laravel-admin-extensions / daterangepicker

Integrates daterangepicker into laravel-admin
MIT License
33 stars 11 forks source link

不能使用啊 #4

Open hxsen opened 4 years ago

hxsen commented 4 years ago

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)

lishuai199502 commented 4 years ago

兄弟解决了没,我也是

hxsen commented 4 years ago

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

---原始邮件--- 发件人: "A梦"<notifications@github.com> 发送时间: 2020年3月17日(周二) 下午4:09 收件人: "laravel-admin-extensions/daterangepicker"<daterangepicker@noreply.github.com>; 抄送: "Author"<author@noreply.github.com>;"houxin"<hx@hxsen.com>; 主题: 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.

lishuai199502 commented 4 years ago

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

hxsen commented 4 years ago

你改了插件源码?

---原始邮件--- 发件人: "A梦"<notifications@github.com> 发送时间: 2020年3月17日(周二) 下午4:38 收件人: "laravel-admin-extensions/daterangepicker"<daterangepicker@noreply.github.com>; 抄送: "Author"<author@noreply.github.com>;"houxin"<hx@hxsen.com>; 主题: 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 commented 4 years ago

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

ghost commented 4 years ago

建议作者修复一下。