Skip to content

Add lifecycle hooks and command/event support

Choose a tag to compare

@paramientos paramientos released this 06 Oct 09:20
· 21 commits to main since this release
  • Introduce PluginLifecycleInterface for plugin lifecycle management
  • Add support for commands, events, listeners, enums and concerns in plugin structure
  • Implement lifecycle hook calls during plugin registration and boot
  • Rename registerPluginCommands to getRegisteredCommands for clarity
  • Remove test files as they will be reimplemented with new features