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
Mode Map None Base Items
scil edited this page Sep 19, 2018
·
4 revisions
- Mode Map
- Mode Backup Safety Checklist
Objects here can boot on worker.If you boot some of them before any requests, this table is useful.
item | Data Pollution | note | Memory Leak | note | config |
---|---|---|---|---|---|
auth | 🖏 | Dict, customCreators with same name should keep same | √ | ||
GateContract::class | √ | Dict | √ | afterCallbacks and beforeCallbacks can append | |
cookie(CookieJar) | 🔧 | Dict. | √ | LARAVELFLY_SERVICES['cookie'] | |
Pagination | 🖏 | static props like currentPathResolver, ... in Pagination\AbstractPaginator should keep same. | √ | ||
hash | 🔧 | clone | √ | ||
log | √ | √ | |||
view.finder | √ | Dict | √ | addNamespace offen called by loadViewsFrom of ServiceProviders such as PaginationServiceProvider. | |
translator | 🖏 | Dict. 1. fallback should keep same. 2. [1] |
√ | LARAVELFLY_SERVICES['translator'] | |
translation.loader | 🖏 | Dict. 1. path should keep same. 2. jsonPaths. [1]. |
√ | if (!\in_array($path, $this->jsonPaths, true)) | LARAVELFLY_SERVICES['translator'] |
[1]:same key should always be found in the same file, this consistent requirement is like LARAVELFLY_SERVICES['view.finder']
- Start
- Coding Guideline
- Deploy and OS Configuration
- New API
- Design
- Dev about Mode Map
- Dev about Mode Backup