Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 522 Bytes

UPGRADE.md

File metadata and controls

10 lines (7 loc) · 522 Bytes

Upgrade Captain Hook from version 2.* to 3.*

Breaking changes

  • 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).

Upgrade Captain Hook from version 1.* to 2.*

Breaking changes

  • 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.