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
+
id: laravel-version
10
+
attributes:
11
+
label: Laravel Version
12
+
description: Provide the Laravel version that you are using.
13
+
placeholder: 10.4.1
14
+
validations:
15
+
required: true
16
+
- type: input
17
+
id: php-version
18
+
attributes:
19
+
label: PHP Version
20
+
description: Provide the PHP version that you are using.
21
+
placeholder: 8.1.4
22
+
validations:
23
+
required: true
24
+
- type: input
25
+
id: database-version
26
+
attributes:
27
+
label: Database Driver & Version
28
+
description: If applicable, provide the database driver and version you are using.
29
+
placeholder: "MySQL 8.0.31 for macOS 13.0 on arm64 (Homebrew)"
30
+
validations:
31
+
required: false
32
+
- type: textarea
33
+
id: description
34
+
attributes:
35
+
label: Description
36
+
description: Provide a detailed description of the issue you are facing.
37
+
validations:
38
+
required: true
39
+
- type: textarea
40
+
id: reproduce
41
+
attributes:
42
+
label: Steps To Reproduce
43
+
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