Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Z2. Issues Guideline

Albert Chen edited this page Jun 2, 2018 · 15 revisions
  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 Uncyclo 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. Try to debug by yourself first before submitting an issue. 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.

Clone this wiki locally