Page MenuHomeDevCentral

Move to config the list of event listeners
ClosedPublic

Authored by dereckson on Jan 12 2016, 03:22.
Tags
None
Referenced Files
F6809437: D234.id550.diff
Fri, Apr 11, 23:47
F6807155: D234.id551.diff
Fri, Apr 11, 14:50
Unknown Object (File)
Sat, Apr 5, 15:05
Unknown Object (File)
Fri, Mar 28, 05:36
Unknown Object (File)
Mon, Mar 24, 06:15
Unknown Object (File)
Sat, Mar 22, 17:24
Unknown Object (File)
Fri, Mar 21, 20:27
Unknown Object (File)
Fri, Mar 14, 17:30
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