Bruce Lam

Results 47 issues of Bruce Lam

https://github.com/laravel-admin-extensions/large-file-upload/blob/861fb27c74084456340fe0fb2e466eb8af761499/README.md#L21-L24 I suggest to put it into service provider's boot ```php public function boot() Admin::booting(function () { \Encore\Admin\Form::extend('largefile', \Encore\LargeFileUpload\LargeFileField::class); }); } ```

eg: https://github.com/xiaohuilam/laravel/issues/5 类丝这样的 ![image](https://user-images.githubusercontent.com/6964962/46125292-0d8da800-c25b-11e8-8218-645e61f89c84.png) ```markdown > Laravel 的管道机制,是其中间件 (middleware) 得以被序列执行的基础 # 管道机制 在开始之前我们先帖一段管理的应用代码,位于 [02. HTTP Kernel Handle解析](https://github.com/xiaohuilam/laravel/issues/2#L148) https://github.com/xiaohuilam/laravel/blob/d081c918b7e582ec5b3f94316f44834466cec37d/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php#L148-L151 语义化得出的分析为 ... ```

rds_json_errcode_key will not echo anything if query success. some ajax program js front usually need a "code" result, so i find rds_json_errcode_key directive, tested it and knew that it only...

rds_json_user_property can not set int value to a property, if will translation int value into a string.

![image](https://user-images.githubusercontent.com/6964962/93556765-13cb4080-f9ac-11ea-996d-c7ac7ce90f7a.png)

bug

![image](https://user-images.githubusercontent.com/6964962/56561661-3b14b700-65da-11e9-98fc-0ba304270c1d.png) ![image](https://user-images.githubusercontent.com/6964962/56561641-33eda900-65da-11e9-91f3-b4dacabb0cae.png)

feature

https://github.com/z-song/laravel-admin/commit/7b9308183ed4f45eb8e007d1a98625d9d33bacbb 目前还没 release