Skip to content

feat: implement flysystem#3454

Closed
praswicaksono wants to merge 3 commits intobolt:6.0from
praswicaksono:feat/implement-flysystem
Closed

feat: implement flysystem#3454
praswicaksono wants to merge 3 commits intobolt:6.0from
praswicaksono:feat/implement-flysystem

Conversation

@praswicaksono
Copy link
Copy Markdown

@praswicaksono praswicaksono commented May 13, 2023

Q A
Branch master
Bugfix? no
New feature? yes
Deprecation? yes
Tickets? fix #1929

This PR will bump php to 8.0 in order to support flysystem v3

The approach are to mount every directory that available in filemanager and file-edit

  • Migrate FilemanagerController using FilesystemManager
  • Migrate FileEditController using FilesystemManager
  • Migrate ImageController using FilesystemManager

@praswicaksono praswicaksono marked this pull request as draft May 13, 2023 16:07
@praswicaksono praswicaksono marked this pull request as ready for review May 13, 2023 16:08
@praswicaksono praswicaksono changed the title [WIP] feat: initial works implementing flysystem [WIP] feat: implement flysystem May 13, 2023
Comment thread composer.json
"license": "MIT",
"require": {
"php": ">=7.2.9",
"php": "^8.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to bump this in order to install flysystem v3

@praswicaksono praswicaksono changed the title [WIP] feat: implement flysystem feat: implement flysystem May 17, 2023
@markkasaboski
Copy link
Copy Markdown

markkasaboski commented Feb 14, 2024

@bobdenotter @praswicaksono What happened to this PR?

Ah, I see. Bob has passed https://twokings.nl/. I'm sure this probably happened a while ago, but only just recently found Bolt, so I'm just finding out now.

@bobvandevijver
Copy link
Copy Markdown
Member

@praswicaksono Would you be open to update this PR for the latest Bolt version?

@praswicaksono
Copy link
Copy Markdown
Author

@bobvandevijver but I think we need to focus to upgrade symfony to LTS version first

@bobvandevijver
Copy link
Copy Markdown
Member

Well, strictly speaking we are already using the Symfony LTS that currently has the longest support. Regarding the PHP version see #3538 and vote 😃

@bobvandevijver bobvandevijver mentioned this pull request Jul 22, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 6, 2026

In an effort to keep our pull request list manageable, we are marking this PR as stale because it has been 60 days without activity. If this PR is still relevant, please let us know by posting a quick comment or update so that it can be assigned and hopefully merged.

@github-actions github-actions Bot added the Stale label Feb 6, 2026
@github-actions
Copy link
Copy Markdown

This PR was closed because it has been stalled for 90 days with no activity. Feel free to open a new PR if necessary!

@github-actions github-actions Bot closed this Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC] Flysystem

3 participants