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)."
7
+
- type: input
8
+
attributes:
9
+
label: Serializable Closure Version
10
+
description: Provide the Serializable Closure version that you are using.
11
+
placeholder: 1.6.1
12
+
validations:
13
+
required: true
14
+
- type: input
15
+
attributes:
16
+
label: Laravel Version
17
+
description: Provide the Laravel version that you are using.
18
+
placeholder: 10.4.1
19
+
validations:
20
+
required: true
21
+
- type: input
22
+
attributes:
23
+
label: PHP Version
24
+
description: Provide the PHP version that you are using.
25
+
placeholder: 8.1.4
26
+
validations:
27
+
required: true
28
+
- type: textarea
29
+
attributes:
30
+
label: Description
31
+
description: Provide a detailed description of the issue you are facing.
32
+
validations:
33
+
required: true
34
+
- type: textarea
35
+
attributes:
36
+
label: Steps To Reproduce
37
+
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