Commit 0c70f3a
committed
Module 1
Introduce the overall application - both the serverside components and
the CLI utility to interact with it. This module focuses on illustrating
proper environment configuration (rather than relying on the system
environment or tools like phpdotenv).
Your task is to relocate a hard-coded user identification string to a
safe location within the system environment that won't otherwise be
accessible to visitors or potentially leaked if the system encounters a
crash.1 parent 52c80b3 commit 0c70f3a
480 files changed
Lines changed: 53052 additions & 1 deletion
File tree
- module-1
- client
- server
- util
- types
- vendor
- composer
- guzzlehttp
- guzzle
- src
- Cookie
- Exception
- Handler
- promises
- src
- psr7
- src
- league/route
- docs
- 2.x
- 3.x
- 4.x
- _data
- _includes
- _layouts
- _sass
- base
- components
- layout
- libs
- assets
- css
- fonts
- images
- js
- ie
- unstable
- src
- Http
- Exception
- Middleware
- Strategy
- nikic/fast-route
- src
- DataGenerator
- Dispatcher
- RouteParser
- test
- Dispatcher
- HackTypechecker
- fixtures
- RouteParser
- paragonie/random_compat
- dist
- lib
- other
- psr
- container
- src
- http-factory
- src
- http-message
- src
- http-server-handler
- src
- http-server-middleware
- src
- ralouphie/getallheaders
- src
- ramsey/uuid
- src
- Builder
- Codec
- Converter
- Number
- Time
- Exception
- Generator
- Provider
- Node
- Time
- splitbrain/php-cli
- examples
- src
- tests
- symfony/polyfill-ctype
- zendframework
- zend-diactoros
- src
- Exception
- Request
- Response
- functions
- zend-httphandlerrunner
- src
- Emitter
- Exception
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments