Z2. Issues Guideline - swooletw/laravel-swoole GitHub Wiki

  1. Please describe your issue in detail. Any ambiguous questions will be ignored or closed.

Bad example: xxx feature is not working.

  1. Follow the issue template to submit your issues.

  2. Make sure if you can find any clues about your question in Wiki before you ask.

  3. Having better understanding in multi-process programming, Swoole structure, Laravel lifecycle and Container will help you a lot figure out what's going on with your bug.

  4. Ensuring your issue doesn't exist in traditional environment (like PHP-FPM) is a basic requirement.

  5. Please use code block to display your sample code and keep it formatted.

  6. Debug by yourself first !!! Don't expect I will debug for you. The more detailed description you left, the higher possibility I could give you a hand. However, any bug-related issue will be processed in higher priority. You can refer to Debug Guideline for more details.

A bad example: Why do I get the same auth user in every request?

A good example: I get the same user object via auth()->user() in every request. And auth instance will not be rebound after the first request.

  1. Please write in English. It makes sure the people from different countries can understand your questions and join the discussion as well.

← Notices | Debug-Guideline →