core icon indicating copy to clipboard operation
core copied to clipboard

:fire: Antares Core Implemenation. Most important project layer, this is the heart for your app. ACL, notifiter, console, geoip, areas, utils and many more...

Results 1 core issues
Sort by recently updated
recently updated
newest added

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')) { ... } });...