This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Best Practice
scil edited this page Sep 29, 2018
·
13 revisions
-
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.)
-
All of wildcard event listeners , are registered on worker (before any requests), then event listeners cache are helpful. So Debugbar would disable the cache.
- Start
- Coding Guideline
- Deploy and OS Configuration
- New API
- Design
- Dev about Mode Map
- Dev about Mode Backup