|
1 | 1 | <p align="center">
|
2 | 2 | <a href="https://github.com/rakutentech/laravel-request-docs">
|
3 |
| - <img alt="Laravel Request Docs" src="https://imgur.com/2NvLKn2.png"> |
| 3 | + <img alt="Laravel Request Docs" src="https://imgur.com/NuQNx8v.png"> |
4 | 4 | </a>
|
5 | 5 | </p>
|
6 | 6 |
|
|
27 | 27 | - Support for SQL query and query time
|
28 | 28 | - Support for HTTP response time and memory consumption
|
29 | 29 | - Support for Authorization Headers
|
| 30 | +- Support for File uploads |
| 31 | +- Support for Eloquents events |
30 | 32 | - Display extra documentation using markdown
|
31 | 33 | - Saves history previous requests
|
32 | 34 | - Added filters to sort, group and filter routes by methods, controllers, middlewares, routes
|
@@ -76,31 +78,33 @@ For extra documentation you can use markdown inside your controller method as we
|
76 | 78 |
|
77 | 79 | # Screenshots
|
78 | 80 |
|
79 |
| -**Light and Dark Modes** |
| 81 | +**Dark and Light Modes** |
80 | 82 |
|
81 |
| -Light mode |
82 |
| - |
83 |
| - |
84 |
| -Dark mode |
85 |
| - |
86 |
| - |
87 |
| -**Try API** |
88 |
| - |
89 |
| -Uses localstorage to save history of previous requests and request headers |
90 |
| - |
91 |
| - |
| 83 | +<p float="left"> |
| 84 | + <img src="https://imgur.com/vOMMYVl.png" width="49%" /> |
| 85 | + <img src="https://imgur.com/HZvNOFm.png" width="49%" /> |
| 86 | +</p> |
92 | 87 |
|
93 |
| -**SQL query profile** |
94 | 88 |
|
95 |
| - |
| 89 | +- Uses localstorage to save history of previous requests and request headers. |
| 90 | +- Request, sql, response and events timeline below: |
96 | 91 |
|
97 |
| -**Response profile** |
| 92 | +<p float="left"> |
| 93 | + <img src="https://imgur.com/fd09jw1.png" width="32%" /> |
| 94 | + <img src="https://imgur.com/8PLLlHv.png" width="45%" /> |
| 95 | +</p> |
98 | 96 |
|
99 |
| - |
| 97 | +<p float="left"> |
| 98 | + <img src="https://imgur.com/q3d7pw2.png" width="49%" /> |
| 99 | + <img src="https://imgur.com/AHTCUOJ.png" width="41%" /> |
| 100 | +</p> |
100 | 101 |
|
101 | 102 | **Settings to sort, group and filter**
|
102 | 103 |
|
103 |
| - |
| 104 | +<p float="left"> |
| 105 | + <img src="https://imgur.com/SGXlIbl.png" width="30%" /> |
| 106 | + <img src="https://imgur.com/Wb2AmZl.png" width="25%" /> |
| 107 | +</p> |
104 | 108 |
|
105 | 109 |
|
106 | 110 | # Extra
|
@@ -188,6 +192,7 @@ Fixing lints
|
188 | 192 | - v2.5 Groupby final fix and localstorage clear button. Other UI refactor
|
189 | 193 | - v2.6 File uploads
|
190 | 194 | - v2.7 Show activity on Eloquent models
|
| 195 | +- v2.8 Show full activity on Eloquent models |
191 | 196 |
|
192 | 197 |
|
193 | 198 | # Maintainers
|
|
0 commit comments