laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.75k stars 291 forks source link

Missing Listeners from Octane.php config #310

Closed tm1000 closed 3 years ago

tm1000 commented 3 years ago

The default octane config (https://github.com/laravel/octane/blob/1.x/config/octane.php#L61) has several listeners declared so that users can add their own, however it appears that some are missing:

driesvints commented 3 years ago

If this is a bug report please fill out the issue template. If it's a feature request please send in a pr. Thanks

tm1000 commented 3 years ago

@driesvints It was more of a "should it be this way". All good I will do the PR! :-)

driesvints commented 3 years ago

@tm1000 Thanks. Usually it's better to send in a pr so we can look at actual code.