xiaomlove

Results 4 issues of xiaomlove

### Code snippet ``` $hosts= [ [ 'host' => '', 'port' => '', 'scheme' => '', 'user' => '', 'pass' => '', ] ], $builder = ClientBuilder::create()->setHosts($hosts); $builder->build(); ``` ###...

在Laravel中使用\Storage::url(),为何要判断文件是否存在?在输出大量图片URL的循环中,严重拖慢了速度!!!而且[这里](https://github.com/jacobcyl/Aliyun-oss-storage/blob/master/src/AliOssAdapter.php#L570),抛异常也写错了变量名啊。

寻找本土人士参与项目的国际化工作,详情移步到[这里](https://github.com/xiaomlove/nexusphp/discussions/193)讨论。 Looking for local people to participate in the internationalization of the project, Move [here](https://github.com/xiaomlove/nexusphp/discussions/193) to discuss.

help wanted

**环境:PHP 7.4.7 + LA 1.8.1** ### 报错信息 ``` Trying to access array offset on value of type null (View: /code/vendor/laravel-admin-ext/latlong/resources/views/latlong.blade.php) (View: /code/vendor/laravel-admin-ext/latlong/resources/views/latlong.blade.php) ``` 经调试,问题出在 [这里](https://github.com/laravel-admin-extensions/latlong/blob/master/resources/views/latlong.blade.php#L11) $value 是 null,直接使用 $value['lat'],下边 14...