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 Sep 29, 2018 · 13 revisions
  1. Edit server conf file fly.conf.php. Try your best to make as many of the items in LARAVELFLY_SERVICES to be true as possible. ( Exception: 'redis' 'filesystem.cloud' and 'broadcast' to be 'use' when they are used.)

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