- The
listeners
property in the configuration file is now an associative array. The key can be used to display a meaningful event name (which will also be used for Spark).
- Custom event listeners are no longered declared in an extended Service Provider. Place your custom events in the
config/captain_hook.php
instead. - There's no longer the need to extend the Service Provider.