mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #699] [CLOSED] Write special env variables at the very end of the installer #910
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/699
Author: @Boy132
Created: 11/1/2024
Status: ❌ Closed
Base:
main← Head:fix/web-installer-session-driver📝 Commits (3)
7bb86f2write special env variables at the very end of the installer (e.g. SESSION_DRIVER)6660dd9fix hidden checka359ff3remove cache forget from migration📊 Changes
3 files changed (+7 additions, -8 deletions)
View changed files
📝
app/Filament/Pages/Installer/PanelInstaller.php(+4 -1)📝
app/Filament/Pages/Installer/Steps/EnvironmentStep.php(+1 -1)📝
database/migrations/2024_07_19_130942_create_permission_tables.php(+2 -6)📄 Description
Closes #696
This makes sure that "special" env variables (in this case the
SESSION_DRIVER) are only written to the .env file at the very end of the installer.The
SESSION_DRIVERvariable is the only variable that directly affects the installer when being changed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.