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
Right now there are pre-defined stages for activate, deactivate and boot.
It might be nice instead to handle whatever arbitrary stages the user can think of by passing non-existent method calls on the container to the invoke_on_providers method.
For example you might want to further divide boot logic: boot_admin, boot_ajax, boot_cron, boot_frontend, etc. Or maybe you might want a shutdown stage. What about uninstall?
The text was updated successfully, but these errors were encountered:
Right now there are pre-defined stages for
activate
,deactivate
andboot
.It might be nice instead to handle whatever arbitrary stages the user can think of by passing non-existent method calls on the container to the
invoke_on_providers
method.For example you might want to further divide boot logic:
boot_admin
,boot_ajax
,boot_cron
,boot_frontend
, etc. Or maybe you might want ashutdown
stage. What aboutuninstall
?The text was updated successfully, but these errors were encountered: