Page MenuHomeDevCentral

Move to config the list of event listeners
ClosedPublic

Authored by dereckson on Jan 12 2016, 03:22.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 3, 20:12
Unknown Object (File)
Sun, Aug 2, 13:14
Unknown Object (File)
Sat, Aug 1, 07:50
Unknown Object (File)
Fri, Jul 31, 13:23
Unknown Object (File)
Fri, Jul 31, 08:07
Unknown Object (File)
Fri, Jul 31, 04:47
Unknown Object (File)
Fri, Jul 31, 03:42
Unknown Object (File)
Tue, Jul 21, 08:52
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 Passed
Unit
Tests Passed
Branch
events