Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Best Practice

scil edited this page Jul 25, 2018 · 13 revisions
  1. Edit server conf file fly.conf.php. Try your best to make all of the items in LARAVELFLY_SERVICES to be true. ( Exception: 'redis' 'filesystem.cloud' and 'broadcast' to be true when they are used.)

  2. All of wildcard event listeners are registered on worker (before any requests), then event listeners cache are helpful.