Page MenuHomeDevCentral

Move to config the list of event listeners
ClosedPublic

Authored by dereckson on Jan 12 2016, 03:22.
Tags
None
Referenced Files
F47742034: D234.id550.diff
Wed, Sep 2, 03:10
Unknown Object (File)
Sat, Aug 29, 05:47
Unknown Object (File)
Wed, Aug 26, 15:41
Unknown Object (File)
Mon, Aug 24, 15:41
Unknown Object (File)
Mon, Aug 24, 10:09
Unknown Object (File)
Mon, Aug 24, 00:19
Unknown Object (File)
Sun, Aug 23, 15:04
Unknown Object (File)
Sun, Aug 23, 13:05
Subscribers

Details

Reviewers
dereckson
Commits
Unknown Object (Diffusion Commit)
rNOTIFebe422f3f169: Move to config the list of event listeners
Summary

Currently, the event listeners list were determined automatically
at runtime reading the app/Listeners folder.

The intent were a drop-in for plugins systems. To be coherent with
other similar lists, like the services providers or facades ones,
we move to config/app.php this list, as the listeners key.

A test will fail if a file is forgotten to be declared.

Test Plan

Run tests

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable