ZHANG Wei
ZHANG Wei
> 我觉得 listXX 优先于 constants 好一些,现在的 addModelChoice 里就这么干的,考虑到自定义情况 @micln 在 Lego 里可以继承 Select 在 Laputa 中实现定制化的 ModelSelect ,优雅,还有自动补全 ^_^ * * * 哈哈,Lego 写到现在终于算是达到预期了,上面 90+% 需求已满足 ,剩余需求可以现有架构上轻松实现。
@heimasi 之前有过想法,API 大致如下 ```php $form->addHasMany('books', function (Form $form) { $form->addText('name'); $form->addText('company'); ... }); ``` 但还没排上计划,可以单独建个 Issue ,当然更希望能直接提 PR 哦!😄
此 Issue 仅用于最早期需求整理,后续意见请新建 Issue
JSON Response ? 可以通过 header 的 context type 判定 - - - 感觉问题不大,在 Widget 层针对 JSON 等数据结构重新封装下就可以实现,之前有过这个思路,给 Lego 添加 RESTful API 是很简单的
移除 laravelcollective/html 比较麻烦,现在 select 组件用它生成的,如果移除需要自己写一遍几乎一样的代码,兼容性还不如 laravelcollective 好 这个库 issue 挺少的,也一直在跟进 laravel 的版本,暂定保留,加上了一些测试保证正常 work
再整理整理经验,提个 PR 添加到 [docs](https://github.com/wutongwan/laravel-lego/tree/master/docs) 吧
自己搭建的,但已经不维护了
Hi, the following answers can temporarily avoid the 500 error, hope it can help everyone. https://learn.microsoft.com/en-us/answers/questions/2279133/getting-500-response-errors-to-get-me-calendars-al