HirasawaProject / Hirasawa-Web

Web component for the Hirasawa Project written in Laravel
1 stars 1 forks source link

Create event system #5

Closed cg0 closed 1 year ago

cg0 commented 1 year ago

Just like Bancho we should have an event system built that plugins can hook into

cg0 commented 1 year ago

Just for the sake of documentation yes Laravel has an internal event system but it's not fit for our specific purpose, Laravel's event system appears to be akin to a pub/sub system rather than being able to override data being passed through the chain and supporting event cancellation