【发布时间】:2017-06-09 20:41:56
【问题描述】:
Laravel 文档指出 FlySystem 配置位于 config/filesystems.php。有没有办法可以更改此文件的加载位置,或者我可以在使用磁盘从不同配置加载时声明?
所以不是
Storage::disk('local')->put('file.txt', 'Contents');
类似
Storage::disk('myconfig::local')->put('file.txt', 'Contents');
【问题讨论】: