laravel-admin-extensions / helpers

Several tools to help you in development
MIT License
135 stars 80 forks source link

不支持Laravel6.0,创建时caffold.blade.php line 93出错 #26

Closed datangkang123 closed 5 years ago

datangkang123 commented 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)

此行代码: <input type="checkbox" name="fields[{{$index}}][nullable]" {{ array_get($field, 'nullable') == 'on' ? 'checked': '' }}/>

z-song commented 5 years ago

已经提交修复,更新到最新版本