You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your time and efforts. I have been utilising the module happily.
I am trying to implement SQLite DB and individual .env per module, managing all of them via a core module. I am having trouble implementing some functions after module creation, deleting and before register and boot actions. So, it would be great to have events fired for, creating (or making), created (or made), deleting, deleted, registering and booting. These events would save a lot of recursion of code base and management via managing all of them from an event-driven centralised module manager.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Thank you so much for your time and efforts. I have been utilising the module happily.
I am trying to implement SQLite DB and individual .env per module, managing all of them via a core module. I am having trouble implementing some functions after module creation, deleting and before register and boot actions. So, it would be great to have events fired for, creating (or making), created (or made), deleting, deleted, registering and booting. These events would save a lot of recursion of code base and management via managing all of them from an event-driven centralised module manager.
Kind regards.
Beta Was this translation helpful? Give feedback.
All reactions