Closed datangkang123 closed 5 years ago
出错提示: ViewException In scaffold.blade.php line 93 : Call to undefined function array_get() (View: ../vendor/laravel-admin-ext/helpers/resources/views/scaffold.blade.php)
ViewException In scaffold.blade.php line 93 : Call to undefined function array_get() (View: ../vendor/laravel-admin-ext/helpers/resources/views/scaffold.blade.php)
此行代码: <input type="checkbox" name="fields[{{$index}}][nullable]" {{ array_get($field, 'nullable') == 'on' ? 'checked': '' }}/>
<input type="checkbox" name="fields[{{$index}}][nullable]" {{ array_get($field, 'nullable') == 'on' ? 'checked': '' }}/>
已经提交修复,更新到最新版本
出错提示:
ViewException In scaffold.blade.php line 93 : Call to undefined function array_get() (View: ../vendor/laravel-admin-ext/helpers/resources/views/scaffold.blade.php)
此行代码:
<input type="checkbox" name="fields[{{$index}}][nullable]" {{ array_get($field, 'nullable') == 'on' ? 'checked': '' }}/>