Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: general settings logic change #38

Open
markatsdp opened this issue Dec 3, 2024 · 0 comments
Open

Feature request: general settings logic change #38

markatsdp opened this issue Dec 3, 2024 · 0 comments

Comments

@markatsdp
Copy link

Hi,

Thank you for creating such an awesome plugin!

I'm currently deploying via Vapor, and I've noticed that AWS Lambda doesn't support modifying files at runtime. Would it be possible to adjust the theme logic?

The specific files involved are:

  • App\Filament\Pages\Setting\ManageGeneral
  • App\Services\FileService

The issue occurs when a user navigates to the sidebar > Settings > General. It works perfectly in local environments or on non-Lambda servers where write mode is supported. I suspect the issue might be related to the following methods:

  • $fileService->readFile()
  • $fileService->writeFile()

I'm unable to dig deeper into the details right now due to time constraints, but I'd be happy to provide additional information if needed.

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

No branches or pull requests

1 participant