Commit Graph
3 Commits
Author SHA1 Message Date
objecttothis 9b1bdb0973 fix: correct migration helper function name casing
- app/Database/Migrations/20260520000000_PluginConfigTableCreate.php
  and 20260627000000_PluginMigrationsTableCreate.php called
  execute_script (snake_case), which does not match the actual
  migration helper function name
- Rename calls to executeScript (camelCase) to match the helper
  definition, fixing fatal "call to undefined function" errors
  during plugin config/migrations table creation

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-03 13:37:27 +04:00
objec 07d1d15ade Add missing helper for migration execution
Signed-off-by: objec <objecttothis@gmail.com>
2026-05-29 16:33:54 +04:00
objec 139f754a07 Refactor manage plugin configuration and settings
- Add column to indicate control setting (installed, enabled).
- Add column to indicate plugin.
- Rework business logic to read the status properly.
- Renamed the migration to properly reflect which version it's released in.

Signed-off-by: objec <objecttothis@gmail.com>
2026-05-20 17:43:42 +04:00