On-demand disks with Storage::build()? https://laravel.com/docs/12.x/filesystem#on-demand-disks
It doesn't create a disk statically in config/filesystems.php but you can refer to a disk as if it is there.
If my package requires its own entries in config/filesystem.php, what is the best way to get them in place without requiring the developer to go through my README.md?
On-demand disks with Storage::build()? https://laravel.com/docs/12.x/filesystem#on-demand-disks
It doesn't create a disk statically in config/filesystems.php but you can refer to a disk as if it is there.
Please or to participate in this conversation.