Page MenuHomeDevCentral

Move to config the list of event listeners
ClosedPublic

Authored by dereckson on Jan 12 2016, 03:22.
Tags
None
Referenced Files
F20960596: D234.id551.diff
Tue, Jan 13, 16:34
Unknown Object (File)
Mon, Jan 12, 07:53
Unknown Object (File)
Sun, Jan 4, 17:34
Unknown Object (File)
Sat, Jan 3, 09:10
Unknown Object (File)
Fri, Jan 2, 17:30
Unknown Object (File)
Thu, Jan 1, 18:33
Unknown Object (File)
Wed, Dec 31, 15:58
Unknown Object (File)
Mon, Dec 22, 10:54
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