Events logger should be implemented as garbage collector, which saves all events data when app terminating is triggered: ```php $app->terminating(function () use ($app) { if (app('antares.installed')) { ... } }); ```
Events logger should be implemented as garbage collector, which saves all events data when app terminating is triggered: