laravel-upload-manager icon indicating copy to clipboard operation
laravel-upload-manager copied to clipboard

Upload, validate, storage, manage by API for Laravel 5.x/6.0

Results 1 laravel-upload-manager issues
Sort by recently updated
recently updated
newest added
trafficstars

如果文件信息为url,并且url不包含文件后缀(例如微信头像url),\File::extension()不能很好的获取到文件后缀.当然,通过继承和复写makeFileName方法可以解决. 另外,makeStorePath,设置相对路径,是否可通过读取config->filesysterm.php配置文件相应驱动root参数替代呢?这样可以更好地兼容第三方云存储驱动 ![1657534251165](https://user-images.githubusercontent.com/25891207/178241805-8df281c5-c536-4728-ad63-3f9715c240ff.jpg)