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 Stale Reference
scil edited this page Dec 1, 2018
·
6 revisions
- Mode Map
- Mode Backup Safety Checklist
item | new instance | Container | Facade | other objects | service providers | middlewares | controllers |
---|---|---|---|---|---|---|---|
$this-> createLaravelRequest($request) |
√ $this->app->instance('request', $request); |
√ clean_Facade_on_work |
√ 1. url.request: RoutingServiceProvider::requestRebinder |
- | - | - | |
clone $this->make('url')) | √ $this->instance('url', clone $this->make('url')); |
√ Facade:: clearResolvedInstance('url'); |
- | - | - | - | |
routes | clone static:: $corDict[WORKER_COROUTINE_ID]['routes']; (when !LARAVELFLY_SERVICES['routes']) |
√ $this->container->instance('routes', $newRoutes); |
- | √ 1. router.routes: static::$corDict[$cid]['routes'] = $newRoutes; 2. url.routes: $app['url']->setRoutes($routes); |
- | - | - |
drivers in hash | $this->drivers[$name] = clone $drive; (when !LARAVELFLY_SERVICES['hash']) |
- | - | - | - | - | - |
- Start
- Coding Guideline
- Deploy and OS Configuration
- New API
- Design
- Dev about Mode Map
- Dev about Mode Backup