You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
8
+
- type: input
9
+
attributes:
10
+
label: Lumen Version
11
+
description: Provide the Lumen version that you are using.
12
+
placeholder: 10.0.0
13
+
validations:
14
+
required: true
15
+
- type: input
16
+
attributes:
17
+
label: PHP Version
18
+
description: Provide the PHP version that you are using.
19
+
placeholder: 8.1.4
20
+
validations:
21
+
required: true
22
+
- type: input
23
+
attributes:
24
+
label: Database Driver & Version
25
+
description: If applicable, provide the database driver and version you are using.
26
+
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
27
+
validations:
28
+
required: false
29
+
- type: textarea
30
+
attributes:
31
+
label: Description
32
+
description: Provide a detailed description of the issue you are facing.
33
+
validations:
34
+
required: true
35
+
- type: textarea
36
+
attributes:
37
+
label: Steps To Reproduce
38
+
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue using `laravel new bug-report --github="--public"`.
0 commit comments