Skip to content

Commit 44fb98d

Browse files
(v2.8) README updated
1 parent 76387b4 commit 44fb98d

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

README.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<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">
44
</a>
55
</p>
66

@@ -27,6 +27,8 @@
2727
- Support for SQL query and query time
2828
- Support for HTTP response time and memory consumption
2929
- Support for Authorization Headers
30+
- Support for File uploads
31+
- Support for Eloquents events
3032
- Display extra documentation using markdown
3133
- Saves history previous requests
3234
- 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
7678

7779
# Screenshots
7880

79-
**Light and Dark Modes**
81+
**Dark and Light Modes**
8082

81-
Light mode
82-
![Preview](https://imgur.com/2s1SrKm.png)
83-
84-
Dark mode
85-
![Preview](https://imgur.com/76sk7Lq.png)
86-
87-
**Try API**
88-
89-
Uses localstorage to save history of previous requests and request headers
90-
91-
![Preview](https://imgur.com/q3d7pw2.png)
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>
9287

93-
**SQL query profile**
9488

95-
![Preview](https://imgur.com/8PLLlHv.png)
89+
- Uses localstorage to save history of previous requests and request headers.
90+
- Request, sql, response and events timeline below:
9691

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>
9896

99-
![Preview](https://imgur.com/fd09jw1.png)
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>
100101

101102
**Settings to sort, group and filter**
102103

103-
![Preview](https://imgur.com/qHq1pjr.png)
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>
104108

105109

106110
# Extra
@@ -188,6 +192,7 @@ Fixing lints
188192
- v2.5 Groupby final fix and localstorage clear button. Other UI refactor
189193
- v2.6 File uploads
190194
- v2.7 Show activity on Eloquent models
195+
- v2.8 Show full activity on Eloquent models
191196

192197

193198
# Maintainers

0 commit comments

Comments
 (0)