Troopers / AlertifyBundle

Harmonize notifications in your Symfony app.
MIT License
48 stars 18 forks source link

handle new X-Inject-Alertify header in AlertifyListener #72

Closed adpdsr closed 6 years ago

adpdsr commented 6 years ago

Handle new header : 'X-Inject-Alertify'. When sent to the Response with 'true' value, then the alert is forced to be consumed. Note that the status code sent through the Response must be different from 204 (No Content), or an IncompatibleStatusCodeException is thrown.

lenybernard commented 6 years ago

please add some documentation