Skip to content

Allow mount identifier, for MountManager of FlySystem library, into prefixes#325

Merged
ADmad merged 10 commits intothephpleague:masterfrom
ElGigi:mountidentifier
Feb 19, 2026
Merged

Allow mount identifier, for MountManager of FlySystem library, into prefixes#325
ADmad merged 10 commits intothephpleague:masterfrom
ElGigi:mountidentifier

Conversation

@ElGigi
Copy link
Contributor

@ElGigi ElGigi commented Jun 10, 2021

Allow mount identifier, for MountManager of FlySystem library, into prefixes.

$server->setSourcePathPrefix('source://');
$server->setCachePathPrefix('cache://');

@ElGigi
Copy link
Contributor Author

ElGigi commented Nov 30, 2021

A little push to allow mount identifier into path without set prefix.
Example: get file "img://my/img.jpg"

If i set a cache prefix ; the mount identifier is removed.

Example: set cache prefix "cache://my/dir" and get "img://my/img.jpg" , the cache path will be "cache://my/dir/my/img/jpg"

@ElGigi
Copy link
Contributor Author

ElGigi commented Jan 22, 2022

Any news? Thx

@ElGigi ElGigi requested a review from ADmad August 25, 2022 08:02
@ElGigi ElGigi changed the base branch from master to 2.x February 19, 2026 09:26
@ElGigi ElGigi changed the base branch from 2.x to master February 19, 2026 09:32
@ElGigi
Copy link
Contributor Author

ElGigi commented Feb 19, 2026

@ADmad Is there a chance that this proposal will be accepted?

@ADmad
Copy link
Collaborator

ADmad commented Feb 19, 2026

Is there a chance that this proposal will be accepted?

Thank you for your patience. It can be merged once the minor nitpick is addressed.

@ElGigi
Copy link
Contributor Author

ElGigi commented Feb 19, 2026

Thanks! Done 👍

@ADmad ADmad merged commit 99f2ae7 into thephpleague:master Feb 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants