Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

SettingsController.php

Blame
    • Sofiane Lasri's avatar
      557e8161
      feat: add database configuration management · 557e8161
      Sofiane Lasri authored
      - Introduced `DbConfig` model for handling dynamic configuration values.
      - Created migration for `db_configs` table.
      - Added `DbConfigFactory` for generating test data.
      - Implemented website configuration management views.
      - Updated `SettingsController` to manage website settings including maintenance mode and website name.
      - Enhanced error and success messaging in views.
      Verified
      557e8161
      History
      feat: add database configuration management
      Sofiane Lasri authored
      - Introduced `DbConfig` model for handling dynamic configuration values.
      - Created migration for `db_configs` table.
      - Added `DbConfigFactory` for generating test data.
      - Implemented website configuration management views.
      - Updated `SettingsController` to manage website settings including maintenance mode and website name.
      - Enhanced error and success messaging in views.