-
Notifications
You must be signed in to change notification settings - Fork 6
/
documentation.yml
87 lines (87 loc) · 1.4 KB
/
documentation.yml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: Ravel API
version: 1.0.0-rc.14
favicon: assets/logo.png
versions:
- 1.0.0-rc.14
- 1.0.0-rc.13
- 1.0.0-rc.12
- 1.0.0-rc.11
- 1.0.0-rc.10
- 1.0.0-rc.9
- 1.0.0-rc.7
- 1.0.0-rc.6
- 1.0.0-rc.5
- 1.0.0-rc.4
- 1.0.0-rc.3
- 1.0.0-rc.2
- 1.0.0-rc.1
- 0.25.0
- 0.24.1
- 0.24.0
- 0.23.0
- 0.22.6
- 0.22.5
- 0.22.4
- 0.22.3
- 0.22.2
- 0.22.1
- 0.22.0
- 0.21.1
- 0.21.0
- 0.20.1
- 0.20.0
- 0.19.0
- 0.18.3
- 0.18.2
- 0.18.1
- 0.18.0
- 0.17.9
- 0.17.8
- 0.17.7
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.2
- 0.17.18
- 0.17.17
- 0.17.13
- 0.17.12
- 0.17.11
- 0.17.10
- 0.17.1
- 0.17.0
- 0.16.0
toc:
- name: Core Application Components
- Ravel
- Module
- Routes
- Resource
- name: Dependency Injection
- inject
- autoinject
- name: Core Services
- Services
- HTTPCodes
- name: Routing and Middleware
- mapping
- before
- cache
- name: Databases and Transaction-Per-Request
- transaction
- TransactionFactory
- DatabaseProvider
- name: Authentication
- authenticated
- authconfig
- AuthenticationProvider
- name: Logging
- Logger
- name: Built-in Error Types
description: |
Built-in error types are automatically translated into standard HTTP response status codes when thrown.
- $err
- name: WebSockets
file: docs/ws.md
- name: Testing Ravel Applications
file: docs/testing.md