File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
Your Laravel application can have any number of JSON: API compliant
8
8
APIs. We refer to each API as a ** Server** .
9
9
10
- You may not use multiple servers: a simple application
11
- may only have one server. However, there are a number of use cases where
12
- you may decide to implement multiple servers. For example:
10
+ You may opt to not use multiple servers: a simple application will
11
+ typically only have one server. However, there are a number of use cases
12
+ where you may decide to implement multiple servers. For example:
13
13
14
14
- If you have a public-facing API, and a private API (e.g. only accessible
15
15
by administrators).
Original file line number Diff line number Diff line change 7
7
Your Laravel application can have any number of JSON: API compliant
8
8
APIs. We refer to each API as a ** Server** .
9
9
10
- You may not use multiple servers: a simple application
11
- may only have one server. However, there are a number of use cases where
12
- you may decide to implement multiple servers. For example:
10
+ You may opt to not use multiple servers: a simple application will
11
+ typically only have one server. However, there are a number of use cases
12
+ where you may decide to implement multiple servers. For example:
13
13
14
14
- If you have a public-facing API, and a private API (e.g. only accessible
15
15
by administrators).
Original file line number Diff line number Diff line change 7
7
Your Laravel application can have any number of JSON: API compliant
8
8
APIs. We refer to each API as a ** Server** .
9
9
10
- You may opt to not use multiple servers: a simple application
11
- may only have one server. However, there are a number of use cases where
12
- you may decide to implement multiple servers. For example:
10
+ You may opt to not use multiple servers: a simple application will
11
+ typically only have one server. However, there are a number of use cases
12
+ where you may decide to implement multiple servers. For example:
13
13
14
14
- If you have a public-facing API, and a private API (e.g. only accessible
15
15
by administrators).
You can’t perform that action at this time.
0 commit comments